fix: add changelog to semantic release

This commit is contained in:
Jaromil
2022-12-28 00:44:33 +01:00
parent 59daec3f69
commit c128c1123e
2 changed files with 5 additions and 2 deletions

View File

@@ -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:

View File

@@ -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"
]