Skip to content

Commit

Permalink
feat: modified git release-it tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Jan 6, 2024
1 parent 05bc7cd commit 03ffe2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/cloudinary-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
},
"release-it": {
"git": {
"commitMessage": "chore: release @coldsurfers/cloudinary-utils v${version}"
"commitMessage": "chore: release @coldsurfers/cloudinary-utils v${version}",
"tagName": "cloudinary-utils-v${version}"
},
"github": {
"release": true
Expand Down
3 changes: 2 additions & 1 deletion packages/notion-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
},
"release-it": {
"git": {
"commitMessage": "chore: release @coldsurfers/notion-utils v${version}"
"commitMessage": "chore: release @coldsurfers/notion-utils v${version}",
"tagName": "notion-utils-v${version}"
},
"github": {
"release": true
Expand Down
3 changes: 2 additions & 1 deletion packages/shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"release-it": {
"git": {
"commitMessage": "chore: release @coldsurfers/cloudinary-utils v${version}"
"commitMessage": "chore: release @coldsurfers/cloudinary-utils v${version}",
"tagName": "shared-utils-v${version}"
},
"github": {
"release": true
Expand Down

0 comments on commit 03ffe2e

Please sign in to comment.