Skip to content

Commit

Permalink
chore(release): add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wave committed Sep 23, 2023
1 parent 112d049 commit 920e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prepare": "husky install",
"commit": "cz",
"pre-release": "node ./release/release.js",
"release": "git commit --allow-empty -m \"chore: release 0.1.0\" -m \"Release-As: 0.1.0\" && npm run deploy-release",
"release": "git commit --allow-empty -m \"chore: release 0.1.1\" -m \"Release-As: 0.1.1\" && npm run deploy-release",
"deploy-release": "git push origin main",
"update": "git pull && node release.js"
},
Expand Down

0 comments on commit 920e859

Please sign in to comment.