Skip to content

Commit

Permalink
chore: update release-it (#53)
Browse files Browse the repository at this point in the history
* chore: update release-it

* chore: remove the env.local & unnecessary ignore setting

* chore: remove uncessary releaseit json
  • Loading branch information
karlsbeard authored Apr 16, 2024
1 parent dc9e8dd commit 3f26159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"git": {
"commitMessage": "chore(release): release v${version}",
"tagName": "v${version}"
"tagName": "${version}"
},
"npm": false,
"github": {
Expand Down

0 comments on commit 3f26159

Please sign in to comment.