Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore: tweak release-it tagging to start names with "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed May 23, 2022
1 parent 9d04475 commit 17ba2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-cli-sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"addUntrackedFiles": true
"tagName": "v${version}"
},
"github": {
"release": true
Expand Down

0 comments on commit 17ba2b2

Please sign in to comment.