We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6cc8a commit 9e9f151Copy full SHA for 9e9f151
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 20
24
25
- name: Install Semantic Release globally
26
- run: npm install -g semantic-release @semantic-release/git @semantic-release/exec
+ run: npm install -g semantic-release @semantic-release/git @semantic-release/exec @semantic-release/changelog
27
28
# Semantic Release configuration executes gh CLI which triggers the deploy workflow
29
- name: Release with semantic versioning
0 commit comments