Skip to content

Commit

Permalink
chore: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed May 17, 2024
1 parent 847c97b commit 2a9af50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"build-only": "tsc",
"clean": "del-cli build",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"release": "npx release-it",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand All @@ -42,6 +43,7 @@
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"release-it": "^17.2.1",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand All @@ -55,6 +57,18 @@
"bugs": {
"url": "https://github.com/romainlanz/adonis-bull-queue/issues"
},
"release-it": {
"git": {
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
}
},
"adonisjs": {
"instructions": "./build/instructions.js",
"instructionsMd": "./build/instructions.md",
Expand Down

0 comments on commit 2a9af50

Please sign in to comment.