Skip to content

Commit

Permalink
chore: switch to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Apr 16, 2024
1 parent 4d6338c commit 384900a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "npm run compile",
"prebenchmark": "npm run build",
"benchmark": "node benchmarks/index.js",
"release": "np",
"release": "realease-it",
"version": "npm run build",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -87,10 +87,10 @@
"github-label-sync": "^2.3.1",
"http-status-codes": "^2.3.0",
"husky": "^9.0.11",
"np": "^10.0.3",
"pem": "^1.14.8",
"prettier": "^3.2.5",
"reflect-metadata": "^0.2.2",
"release-it": "^17.2.0",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
Expand Down Expand Up @@ -143,11 +143,17 @@
"access": "public",
"tag": "latest"
},
"np": {
"message": "chore(release): %s",
"tag": "latest",
"branch": "main",
"anyBranch": false
"release-it": {
"git": {
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
}
},
"c8": {
"reporter": [
Expand Down

0 comments on commit 384900a

Please sign in to comment.