mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
fix: add changelog to semantic release
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -78,8 +78,10 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
- name: Install NPX
|
||||
run: npm i npx
|
||||
- name: Install semantic-release
|
||||
run: |
|
||||
npm i npx
|
||||
npm i semantic-release/changelog
|
||||
- name: Tag release
|
||||
id: tag_release
|
||||
env:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"repositoryUrl": "git@github.com:dyne/frei0r.git",
|
||||
"dryRun": false,
|
||||
"plugins": [
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user