Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jul 10, 2024
1 parent d302c1c commit 09350e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"publish": false
},
"github": {
"release": true
"release": true,
"releaseName": "${npm.name} v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down
3 changes: 2 additions & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"publish": false
},
"github": {
"release": true
"release": true,
"releaseName": "${npm.name} v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 09350e9

Please sign in to comment.