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 c25ac05 commit d66478fCopy full SHA for d66478f
.github/workflows/release.yaml
@@ -16,16 +16,13 @@ jobs:
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
22
- name: Use Node.js
23
uses: actions/setup-node@v4
- with:
- node-version: 18
24
-
25
- - name: Install dependencies
26
- run: npm ci
27
28
- name: Run semantic-release
29
env:
30
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }}
31
- run: npx semantic-release --branches main
+ run: npx semantic-release --branches main --plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github"
0 commit comments