Skip to content

Commit

Permalink
ci: move to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 7, 2024
1 parent bc3cd9e commit e60b1e9
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"edge.js": "^6.0.2",
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"np": "^10.0.5",
"reflect-metadata": "^0.2.2",
"release-it": "^17.10.0",
"ts-node-maintained": "^10.9.4",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down Expand Up @@ -124,11 +124,29 @@
"access": "public",
"tag": "latest"
},
"np": {
"message": "chore(release): %s",
"tag": "latest",
"branch": "main",
"anyBranch": false
"release-it": {
"git": {
"requireCleanWorkingDir": true,
"requireUpstream": true,
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"push": true,
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"tsup": {
"entry": [
Expand Down

0 comments on commit e60b1e9

Please sign in to comment.