Skip to content

Instantly share code, notes, and snippets.

@omero
Created December 28, 2016 22:58
Show Gist options
  • Save omero/70c83c5c4055d131c18b7a08899153b1 to your computer and use it in GitHub Desktop.
Save omero/70c83c5c4055d131c18b7a08899153b1 to your computer and use it in GitHub Desktop.
command github-releases
#create release
github-release release \
--user omero \
--repo ci-from-scratch \
--tag v0.1.1 \
--name "The one when we automate all the things" \
--description "This is a (edit - fixed) fake description"
#edit release
github-release release \
--user omero \
--repo ci-from-scratch \
--tag v0.1.1 \
--name "The one when we automate all the things" \
--description "This is a (edit - fixed) fake description"
#upload files
github-release upload \
--user omero \
--repo ci-from-scratch \
--tag v0.1.1 \
--name "drupal.phar" \
--file /Users/omers/drupal.phar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment