Skip to content

Commit

Permalink
chore: remove annotated tag recreation (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Mar 29, 2024
1 parent 172d8d8 commit 55e8199
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ 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/github",
],
};

0 comments on commit 55e8199

Please # to comment.