Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix: pin release-notes-generator version
Browse files Browse the repository at this point in the history
Version 20.0.0 of semantic-release and later is currently incompatible with cycjimmy/semantic-release-action, since it requires Node.js 18. GitHub does not provide this environment yet for JavaScript actions.

Version 10.0.3 of @semantic-release/release-notes-generator has a peer dependency of semantic-release v18
  • Loading branch information
inian committed May 15, 2023
1 parent c6bb0d0 commit c9cdfc6
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 @@ -22,7 +22,7 @@ jobs:
semantic_version: 18
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/release-notes-generator@10.0.3
@semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c9cdfc6

Please sign in to comment.