Skip to content

Commit

Permalink
ci: change release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Oct 9, 2024
1 parent dc73eeb commit 81f7c0c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,16 @@
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
"push": false,
"commit": false,
"requireCommits": true,
"tagAnnotation": "${version}",
"requireBranch": "main"
},
"npm": {
"publish": true
"skipChecks": true,
"ignoreVersion": true,
"tag": "latest"
},
"github": {
"release": true
Expand Down

0 comments on commit 81f7c0c

Please sign in to comment.