Skip to content

Commit

Permalink
Add "postversion" step to commit changed files (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 27, 2019
1 parent 16f5ca0 commit 1710fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
"changelog": "node resources/gen-changelog.js",
"preversion": ". ./resources/checkgit.sh",
"version": "node resources/gen-version.js && npm test",
"postversion": "git commit --amend --all --no-edit",
"prepublishOnly": ". ./resources/prepublish.sh",
"gitpublish": ". ./resources/gitpublish.sh"
},
Expand Down

0 comments on commit 1710fb0

Please sign in to comment.