Skip to content

Commit 654d1d7

Browse files
committed
chore(ci): rollback keep-a-changelog to 2.8.0
1 parent 2289c7a commit 654d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Validate release stuff (tooth.json, CHANGELOG.md, etc.)
8585
run: |
86-
npm i -g keep-a-changelog
86+
npm i -g keep-a-changelog@2.8.0
8787
python scripts/validate_release.py --tag ${{ github.event.release.tag_name }}
8888
8989
- id: extract-release-notes

0 commit comments

Comments
 (0)