Skip to content

Commit

Permalink
Change release-it config to substitute ${name} with actual value
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jun 17, 2022
1 parent 429c696 commit 4976b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"release-it": {
"git": {
"tagName": "${name}@${version}",
"tagName": "theemo@${version}",
"changelog": "pnpx auto-changelog --stdout -p --ignore-commit-pattern='^Update (.+) to'"
},
"hooks": {
Expand Down

0 comments on commit 4976b21

Please sign in to comment.