Skip to content

Commit

Permalink
fix: auto commit versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Mar 19, 2021
1 parent 6330c2c commit ac60cb4
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 @@ -7,7 +7,7 @@
"start": "CapsLockX.exe",
"build:patch": "npm version patch",
"version": "node tools/versioning.node.mjs",
"postversion": "git push --follow-tag"
"postversion": "git commit -a -m versioning && git push --follow-tag"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ac60cb4

Please sign in to comment.