Skip to content

Commit

Permalink
chore: update release-it configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Oct 1, 2024
1 parent 6c27394 commit 7b55877
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "3.1.4",
"@japa/snapshot": "^2.0.6",
"@release-it/conventional-changelog": "^8.0.2",
"@swc/core": "^1.7.26",
"@types/node": "^22.7.4",
"@types/qs": "^6.9.16",
Expand Down Expand Up @@ -102,14 +103,26 @@
"prettier": "@adonisjs/prettier-config",
"release-it": {
"git": {
"requireCleanWorkingDir": true,
"requireUpstream": true,
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"push": true,
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
"release": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"c8": {
Expand Down

0 comments on commit 7b55877

Please sign in to comment.