Skip to content

Commit

Permalink
chore: move from np to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jun 2, 2024
1 parent 7e059c4 commit facfc61
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 @@ -35,7 +35,7 @@
"prebuild": "npm run lint && npm run clean",
"build": "tsup-node && tsc --emitDeclarationOnly --declaration",
"postbuild": "npm run copy:templates",
"release": "np",
"release": "release-it",
"version": "npm run build",
"prepublishOnly": "npm run build"
},
Expand All @@ -59,8 +59,8 @@
"del-cli": "^5.1.0",
"edge.js": "^6.0.2",
"eslint": "^8.57.0",
"np": "^10.0.5",
"prettier": "^3.3.0",
"release-it": "^17.3.0",
"supertest": "^6.3.4",
"ts-morph": "^22.0.0",
"ts-node": "^10.9.2",
Expand Down Expand Up @@ -110,12 +110,6 @@
"access": "public",
"tag": "next"
},
"np": {
"message": "chore(release): %s",
"tag": "next",
"branch": "next",
"anyBranch": false
},
"c8": {
"reporter": [
"text",
Expand Down Expand Up @@ -143,5 +137,17 @@
"dts": false,
"sourcemap": true,
"target": "esnext"
},
"release-it": {
"git": {
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
}
}
}

0 comments on commit facfc61

Please sign in to comment.