Skip to content

Commit

Permalink
chore(release): v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lixin59 committed Mar 9, 2023
1 parent 479c319 commit 5bff8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-admin",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的mock管理系统。",
"author": {
"name": "linxin59",
Expand Down Expand Up @@ -51,7 +51,7 @@
"tsx": "tsx",
"logo": "tsx ./scripts/logo.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp --preid rc --commit \"(release): v%s\" --no-push --tag",
"release": "bumpp --preid rc --commit \"chore(release): v%s\" --no-push --tag --no-verify",
"prepare": "simple-git-hooks"
},
"devDependencies": {
Expand Down

0 comments on commit 5bff8f8

Please sign in to comment.