Changelog fixes (#1088)

* typo fix

* clean up changelog to match version tags
This commit is contained in:
Jonathan Wren 2020-11-21 11:47:30 -08:00 committed by GitHub
parent 514ee309b8
commit 142e6f597e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ jobs:
- name: Consistency check - name: Consistency check
run: | run: |
if [[ $(grep '^# Changelog$' "$FILENAME") != 1 ]]; then if [[ $(grep -c '^# Changelog$' "$FILENAME") != 1 ]]; then
echo 'Something is wrong with the changelog.' echo 'Something is wrong with the changelog.'
git diff -- "$FILENAME" git diff -- "$FILENAME"
exit 1 exit 1

View file

@ -14,9 +14,9 @@
- Update dependencies - pyxdg, pytest, black [\#1076](https://github.com/jrnl-org/jrnl/pull/1076) ([micahellison](https://github.com/micahellison)) - 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)) - 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:** **Implemented enhancements:**