Skip to content

Commit

Permalink
chore: 🔨 add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-tao committed Apr 2, 2023
1 parent 7bd1483 commit decec8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
tag-version-prefix="v"
message="chore: release v%s"
strict-peer-dependencies=false
registry=https://registry.npmmirror.com/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "vite",
"commit": "git cz",
"plop": "plop",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"release": "npm version patch",
"build": "vue-tsc && vite build",
"build:test": "vue-tsc && vite build --mode test",
"prepare": "husky install && chmod ug+x .husky/*",
Expand Down

0 comments on commit decec8b

Please sign in to comment.