Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasrosa committed Mar 10, 2024
1 parent 17321d8 commit 43572c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"semantic-release-github",
["@semantic-release/npm", {
"npmPublish": false
}],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "Bump version: ${nextRelease.version} \n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
"successComment": false,
"failComment": false
}
],
["@semantic-release/exec", {
"prepareCmd": "echo '::set-output name=VERSION::${nextRelease.version}'"
}]
Expand Down

0 comments on commit 43572c7

Please sign in to comment.