Skip to content

Commit

Permalink
ci: add tag name to git opts
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Dec 4, 2024
1 parent 7b9070a commit 916fc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/releaser/.release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
git: {
push: false,
tag: false,
tagName: `${scope}/v${version}`,
commitsPath: ".",
commitMessage: `chore(release): released version ${scope}/v${version}`,
requireCommitsFail: false
Expand Down

0 comments on commit 916fc6b

Please sign in to comment.