Skip to content

Commit d7cd1bb

Browse files
chore: add release script
1 parent 8f8705b commit d7cd1bb

File tree

2 files changed

+300
-3
lines changed

2 files changed

+300
-3
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"build": "tsup",
4646
"lint": "yarn lint-js",
4747
"lint-js": "eslint",
48+
"release": "bumpp && echo \"Create a new release in GitHub to trigger the publish workflow.\"",
4849
"test": "vitest",
4950
"coverage": "vitest run --coverage",
5051
"typecheck": "tsc --noEmit"
@@ -73,6 +74,7 @@
7374
"@typescript-eslint/rule-tester": "^8.22.0",
7475
"@vitest/coverage-v8": "^3.0.4",
7576
"@vitest/eslint-plugin": "^1.1.25",
77+
"bumpp": "^10.0.1",
7678
"eslint": "^9.19.0",
7779
"eslint-config-flat-gitignore": "^1.0.0",
7880
"eslint-import-resolver-typescript": "^3.7.0",

0 commit comments

Comments
 (0)