Skip to content

Commit

Permalink
chore: move to release-it instead of np
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 30, 2024
1 parent a62e22b commit 41d1e80
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prebuild": "npm run lint && npm run clean",
"build": "tsup-node",
"postbuild": "npm run copy:templates",
"release": "np",
"release": "release-it",
"version": "npm run build",
"prepublishOnly": "npm run build"
},
Expand Down Expand Up @@ -64,8 +64,8 @@
"edge.js": "^6.0.2",
"eslint": "^8.57.0",
"get-port": "^7.1.0",
"np": "^10.0.2",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"supertest": "^6.3.4",
"tinybench": "^2.6.0",
"ts-node": "^10.9.2",
Expand All @@ -75,11 +75,11 @@
},
"dependencies": {
"@poppinss/utils": "^6.7.2",
"@tuyau/utils": "^0.0.1",
"crc-32": "^1.2.2",
"edge-error": "^4.0.1",
"html-entities": "^2.5.2",
"locate-path": "^7.2.0",
"@tuyau/utils": "^0.0.1",
"qs": "^6.11.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -108,11 +108,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 41d1e80

Please sign in to comment.