Skip to content

Instantly share code, notes, and snippets.

@elpete
Created October 25, 2016 23:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save elpete/1611f954fb32db53703cdf1640ea4076 to your computer and use it in GitHub Desktop.
Save elpete/1611f954fb32db53703cdf1640ea4076 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