mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Changelog fixes (#1088)
* typo fix * clean up changelog to match version tags
This commit is contained in:
parent
514ee309b8
commit
142e6f597e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -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
|
||||||
|
|
|
@ -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:**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue