Skip to content

Commit

Permalink
build: 将 release 命令调用增加 push --tags 操作
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Jul 24, 2023
1 parent 08d1622 commit 0ec51fc
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 @@ -22,7 +22,7 @@
"translate": "easy-i18n-cli -c ./i18n.config.js",
"translate:check": "npm run translate -- --check",
"prepare": "husky install",
"release": "standard-version"
"release": "standard-version && git push origin --tags"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
Expand Down

0 comments on commit 0ec51fc

Please sign in to comment.