mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue