Created
December 28, 2016 22:58
-
-
Save omero/70c83c5c4055d131c18b7a08899153b1 to your computer and use it in GitHub Desktop.
command github-releases
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
#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