Skip to content

Commit

Permalink
Releases: get package name from npm object (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Mar 19, 2024
1 parent fb77695 commit 679dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.js
Expand Up @@ -13,7 +13,7 @@ module.exports = {
requireCommitsFail: false,
requireUpstream: false,
commitMessage: 'Release ${name}@${version}',
tagName: '${name}@${version}',
tagName: '${npm.name}@${version}',
pushArgs: ['--follow-tags', '--force'],
},
github: {
Expand Down

0 comments on commit 679dbb0

Please sign in to comment.