Skip to content

Commit

Permalink
chore: add hooks to release-it & update manifest (#62)
Browse files Browse the repository at this point in the history
* chore: add hooks to release-it & update manifest

* chore: remove unnecessary release-it script
  • Loading branch information
karlsbeard authored Apr 22, 2024
1 parent f8d141f commit 137f7db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"tagName": "${version}",
"requireCleanWorkingDir": false
},
"hooks": {
"after:bump": "pnpm build"
},
"npm": {
"publish": false
},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "univer",
"name": "Univer",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.5.11",
"description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.",
"author": "DreamNum",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepare": "simple-git-hooks",
"dev": "vite build --watch",
"build": "vite build",
"release": "pnpm build && release-it",
"release": "release-it",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit 137f7db

Please sign in to comment.