Skip to content

Commit

Permalink
fix: add changelog to semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 27, 2022
1 parent 59daec3 commit c128c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit c128c11

Please sign in to comment.