Skip to content

Commit

Permalink
chore: switch to release-it instead of np
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Mar 30, 2024
1 parent 2d341c4 commit e29ec35
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"eslint": "^8.57.0",
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"np": "^10.0.2",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
Expand Down Expand Up @@ -104,11 +104,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 e29ec35

Please sign in to comment.