Skip to content

Commit d36af75

Browse files
committed
chore: remove release-it
1 parent a3a3d28 commit d36af75

3 files changed

Lines changed: 125 additions & 1294 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Release
4444
run: |
4545
pnpm publish --no-git-checks
46-
pnpm exec release-it --no-increment --no-git --no.npm --github.release --ci --VV
46+
pnpx changelogithub
4747
sleep 1s
4848
4949
- name: Notify release

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc --noEmit && unbuild",
88
"lint": "eslint --max-warnings=0 . && prettier --check .",
99
"lint:fix": "eslint --fix . && prettier --write .",
10-
"release": "release-it --only-version --preReleaseId=beta",
10+
"release": "bumpp --commit \"chore(release): publish v%s\"",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"type": "module",
@@ -87,7 +87,6 @@
8787
"eslint": "8.57.0",
8888
"eslint-config-prettier": "9.1.0",
8989
"prettier": "3.2.5",
90-
"release-it": "17.1.1",
9190
"typescript": "5.4.3",
9291
"unbuild": "2.0.0"
9392
},
@@ -97,17 +96,5 @@
9796
"node-fetch"
9897
]
9998
}
100-
},
101-
"release-it": {
102-
"git": {
103-
"commitMessage": "chore(publish): release v${version}",
104-
"tagName": "v${version}"
105-
},
106-
"npm": {
107-
"publish": false
108-
},
109-
"github": {
110-
"release": false
111-
}
11299
}
113100
}

0 commit comments

Comments
 (0)