Created
October 25, 2016 23:19
-
-
Save elpete/1611f954fb32db53703cdf1640ea4076 to your computer and use it in GitHub Desktop.
ForgeBox deploys in one command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts":{ | |
"postVersion":"package set location='user/repo#v`package version`'", | |
"onRelease":"publish", | |
"postPublish":"!git push && !git push --tags" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box bump --patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment