Skip to content

Commit

Permalink
feat: added semantic release plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <[email protected]>
  • Loading branch information
lukas-frey committed Jan 19, 2023
1 parent e7f640c commit 860e82f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ module.exports = {
["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
}],
["@semantic-release/github", {
"assets": []
}],
["@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
Expand Down

0 comments on commit 860e82f

Please sign in to comment.