Skip to content

Commit 1710fb0

Browse files
Add "postversion" step to commit changed files (#1998)
1 parent 16f5ca0 commit 1710fb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"changelog": "node resources/gen-changelog.js",
3636
"preversion": ". ./resources/checkgit.sh",
3737
"version": "node resources/gen-version.js && npm test",
38+
"postversion": "git commit --amend --all --no-edit",
3839
"prepublishOnly": ". ./resources/prepublish.sh",
3940
"gitpublish": ". ./resources/gitpublish.sh"
4041
},

0 commit comments

Comments
 (0)