users can provide commitish when creating a release

[finishes #99189274]

Signed-off-by: Chris Walter <cwalter@pivotal.io>
This commit is contained in:
Chris Brown
2015-07-23 14:50:59 -07:00
committed by Chris Walter
parent bd263fd89d
commit 3d99be0bca
4 changed files with 73 additions and 14 deletions

View File

@@ -51,6 +51,9 @@ matching the patterns in `globs` to the release.
* `tag`: *Required.* A path to a file containing the name of the Git tag to use
for the release.
* `commitish`: *Optional.* A path to a file containing the commitish (SHA, tag,
branch name) that the release should be associated with.
* `body`: *Optional.* A path to a file containing the body text of the release.
* `globs`: *Optional.* A list of globs for files that will be uploaded alongside