Skip to content

Commit 5951379

Browse files
committed
Change release tool to release-it
1 parent 0e1a1d0 commit 5951379

File tree

4 files changed

+1370
-1233
lines changed

4 files changed

+1370
-1233
lines changed

.release-it.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://unpkg.com/release-it@18/schema/release-it.json",
3+
"git": {
4+
"commitMessage": "chore: release v${version}"
5+
},
6+
"github": {
7+
"release": true
8+
},
9+
"hooks": {
10+
"after:bump": "node --run build"
11+
}
12+
}

.versionrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fix:eslint": "yarn lint:eslint --fix",
2525
"fix:prettier": "yarn lint:prettier --write",
2626
"build": "yarn clean && tsc -p ./tsconfig.build.json",
27-
"release": "yarn build && standard-version"
27+
"release": "release-it"
2828
},
2929
"devDependencies": {
3030
"@angular/compiler": "20.0.0-next.8",
@@ -44,7 +44,7 @@
4444
"lines-and-columns": "2.0.4",
4545
"npm-run-all2": "7.0.2",
4646
"prettier": "3.5.3",
47-
"standard-version": "9.5.0",
47+
"release-it": "19.0.1",
4848
"typescript": "5.8.2",
4949
"typescript-eslint": "8.26.1",
5050
"vitest": "3.0.8"

0 commit comments

Comments
 (0)