From 6e7f45521603543aba02228e177b36bc11a8a868 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Mon, 15 Jul 2024 14:48:43 -0700 Subject: [PATCH] Set scriv setting to match tap-postgres --- CHANGELOG.md | 15 ++++++++++----- changelog.d/scriv.ini | 5 ++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805c5f9..dbffa45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,17 @@ Find changes for the upcoming release in the project's [changelog.d](https://git -# 2024-07-11 + +## 2.4.1 (2024-07-15) -## Other changes +### Changed +- Changed scriv settings to match tap-postgres - Remove unneeded cadc dependencies (issue with dali/stilts conflict) - Upgrade log4j (Log4j vulnerability) -# 2024-06-28 + +# 2.4.0 (2024-06-28) ### Fixed @@ -23,13 +26,15 @@ Find changes for the upcoming release in the project's [changelog.d](https://git - Change result handling, to use a redirect servlet. Addresses issue with async failing due to auth header propagation with clients like pyvo, topcat -# 2024-06-18 + +# 2.3.1 (2024-06-18) ## Other Changes - Upgrade mysql-connector to 8.4.0 -# 2024-06-11 + +# 2.3.0 (2024-06-11) ## New features diff --git a/changelog.d/scriv.ini b/changelog.d/scriv.ini index e452bca..39f1cb8 100644 --- a/changelog.d/scriv.ini +++ b/changelog.d/scriv.ini @@ -1,3 +1,6 @@ [scriv] format = md -categories = Backwards-incompatible changes,New features,Bug fixes,Other changes +md_header_level = 2 +entry_title_template = {{ version }} ({{ date.strftime('%%Y-%%m-%%d') }}) +new_fragment_template = file:changelog.d/_template.md.jinja +skip_fragments = _template.md.jinja