Skip to content

Commit

Permalink
build: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 31, 2024
1 parent 6702af3 commit 5556d9a
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"docs:serve": "http-server docs/.vuepress/dist",
"format": "prettier --write .",
"lint": "eslint . && prettier --check .",
"prepare": "husky"
"prepare": "husky",
"release": "bumpp"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -44,6 +45,7 @@
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint-config-vuepress": "^5.1.5",
"husky": "^9.1.5",
Expand Down
Loading

0 comments on commit 5556d9a

Please sign in to comment.