Skip to content

Commit 9ead4a7

Browse files
authored
fix: pin compatible release tooling (#8)
Pins semantic-release, the conventional-commits preset, and the exec plugin to compatible versions so release-note generation no longer combines the preset requiring conventional-changelog-writer 9 with semantic-release's writer 8. A dry run against main successfully generates the pending 1.2.1 release notes.
1 parent 6a06da0 commit 9ead4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: "lts/*"
2727

28-
- run: npm install -g semantic-release conventional-changelog-conventionalcommits @semantic-release/exec
28+
- run: npm install -g semantic-release@25.0.9 conventional-changelog-conventionalcommits@8.0.0 @semantic-release/exec@7.1.0
2929

3030
- name: Create Release
3131
id: semantic

0 commit comments

Comments
 (0)