From 88938fb9739558fc84f632c16e870769540ef0ff Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 29 Sep 2023 15:14:55 -0400 Subject: [PATCH] use html comment format to avoid remark-lint markdown linting warnings in changes log --- .remarkignore | 2 ++ CHANGES.md | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.remarkignore b/.remarkignore index 1b6d93e..540aa84 100644 --- a/.remarkignore +++ b/.remarkignore @@ -11,3 +11,5 @@ node_modules/ docs/_build/ docs/build/ reports/ +build/ +src/ diff --git a/CHANGES.md b/CHANGES.md index 1de0a7e..608935a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Changes [Unreleased](https://github.com/crim-ca/ncml2stac/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) + [0.1.0](https://github.com/crim-ca/ncml2stac/tree/0.1.0) (2023-09-29) ------------------------------------------------------------------------------------------------------------------ diff --git a/setup.cfg b/setup.cfg index 0c2bce3..faba0a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ replace = [Unreleased](https://github.com/crim-ca/ncml2stac/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ - [//]: # (list changes here, using '-' for each new entry, remove this when items are added) + [{new_version}](https://github.com/crim-ca/ncml2stac/tree/{new_version}) ({utcnow:%%Y-%%m-%%d}) ------------------------------------------------------------------------------------------------------------------