Skip to content

Commit

Permalink
ci: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 7, 2024
1 parent 81c3d36 commit 26fd059
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@japa/expect-type": "^2.0.2",
"@japa/runner": "^3.1.4",
"@japa/snapshot": "^2.0.5",
"@release-it/conventional-changelog": "^9.0.2",
"@swc/core": "^1.4.16",
"@types/node": "^20.12.7",
"c8": "^9.1.0",
Expand All @@ -60,7 +61,7 @@
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"prettier": "^3.2.4",
"release-it": "^17.2.0",
"release-it": "^17.10.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.0.1",
"typescript": "^5.4.5"
Expand Down Expand Up @@ -115,19 +116,26 @@
},
"release-it": {
"git": {
"requireCleanWorkingDir": true,
"requireUpstream": true,
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"push": true,
"tagName": "v${version}"
},
"hooks": {
"before:init": [
"npm test"
]
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
"release": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
}
}

0 comments on commit 26fd059

Please sign in to comment.