Skip to content

Commit

Permalink
chore(workflow): fix sem rel plugins to create GH releases (#164)
Browse files Browse the repository at this point in the history
* chore(workflow): fix sem rel plugins to create releases

* Update .releaserc.js
  • Loading branch information
livio-a authored Dec 9, 2022
1 parent fa0e468 commit 92fc866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
{name: 'main'}
],
plugins: [
"@semantic-release/commit-analyzer"
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
};

0 comments on commit 92fc866

Please sign in to comment.