Skip to content

Commit

Permalink
chore: use annotated tags
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock committed Oct 12, 2023
1 parent daf3487 commit 988c1db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ module.exports = {
},
},
],
[
"@semantic-release/exec",
{
publishCmd: [
"git tag -a -f v${nextRelease.version} --cleanup=whitespace -m '${nextRelease.notes}'",
"git push --force origin v${nextRelease.version}"
].join(" && "),
}
],
["@semantic-release/changelog", { changelogFile: "CHANGELOG.md" }],
[
"@semantic-release/git",
Expand Down

0 comments on commit 988c1db

Please sign in to comment.