Skip to content

Commit

Permalink
Changelog fixes (#1088)
Browse files Browse the repository at this point in the history
* typo fix

* clean up changelog to match version tags
  • Loading branch information
wren committed Nov 21, 2020
1 parent 514ee30 commit 142e6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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:**

Expand Down

0 comments on commit 142e6f5

Please sign in to comment.