Skip to content

Commit

Permalink
ci(sr): temp fix semantic release note generator version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
benbenbang committed May 20, 2024
1 parent 99fcbb2 commit 13e7145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# install deps
npm install -g @commitlint/config-conventional
npm i conventional-changelog-conventionalcommits
npm i conventional-changelog-conventionalcommits@7.0.2
# for logging
next_tag=$(npx semantic-release --dry-run | grep -Poi "The next release version is \K\d+.\d+.\d+")
Expand Down

0 comments on commit 13e7145

Please sign in to comment.