From 142e6f597efbaa604956feba2291a767d049f5a6 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 21 Nov 2020 11:47:30 -0800 Subject: [PATCH] Changelog fixes (#1088) * typo fix * clean up changelog to match version tags --- .github/workflows/changelog.yaml | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 5e83c0eb5..2a53f2914 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -66,7 +66,7 @@ jobs: - name: Consistency check run: | - if [[ $(grep '^# Changelog$' "$FILENAME") != 1 ]]; then + if [[ $(grep -c '^# Changelog$' "$FILENAME") != 1 ]]; then echo 'Something is wrong with the changelog.' git diff -- "$FILENAME" exit 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 66559df9a..a082a1c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ - Update dependencies - pyxdg, pytest, black [\#1076](https://github.com/jrnl-org/jrnl/pull/1076) ([micahellison](https://github.com/micahellison)) - Add PyPI classifiers [\#1074](https://github.com/jrnl-org/jrnl/pull/1074) ([micahellison](https://github.com/micahellison)) -## [v2.5.0](https://pypi.org/project/jrnl/v2.5.0/) (2020-11-07) +## [v2.5](https://pypi.org/project/jrnl/v2.5/) (2020-11-07) -[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.5...v2.5.0) +[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.5...v2.5) **Implemented enhancements:**