Skip to content

Commit 5556d9a

Browse files
committed
build: add release script
1 parent 6702af3 commit 5556d9a

File tree

2 files changed

+272
-1
lines changed

2 files changed

+272
-1
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"docs:serve": "http-server docs/.vuepress/dist",
1313
"format": "prettier --write .",
1414
"lint": "eslint . && prettier --check .",
15-
"prepare": "husky"
15+
"prepare": "husky",
16+
"release": "bumpp"
1617
},
1718
"commitlint": {
1819
"extends": [
@@ -44,6 +45,7 @@
4445
"devDependencies": {
4546
"@commitlint/cli": "^19.4.1",
4647
"@commitlint/config-conventional": "^19.4.1",
48+
"bumpp": "^9.5.2",
4749
"eslint": "^9.9.1",
4850
"eslint-config-vuepress": "^5.1.5",
4951
"husky": "^9.1.5",

0 commit comments

Comments
 (0)