Skip to content

Instantly share code, notes, and snippets.

@cfvonner
Forked from elpete/box.json
Created March 29, 2017 20:00
Show Gist options
  • Save cfvonner/3de83ef195906c121285174785a381f9 to your computer and use it in GitHub Desktop.
Save cfvonner/3de83ef195906c121285174785a381f9 to your computer and use it in GitHub Desktop.
ForgeBox deploys in one command
{
"scripts":{
"postVersion":"package set location='user/repo#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && !git push --tags"
},
}
box bump --patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment