Include ability to add tag_prefix

Signed-off-by: Zachary Gershman <zgershman@pivotal.io>
This commit is contained in:
Angela Chin
2015-11-18 12:42:41 -08:00
committed by Zachary Gershman
parent 8291efc7a7
commit 560637e9fd
4 changed files with 32 additions and 0 deletions

View File

@@ -91,6 +91,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.
* `tag_prefix`: *Optional.* If specified, the tag read from the file will be
prepended with this string. This is useful for adding v in front of version numbers.
* `commitish`: *Optional.* A path to a file containing the commitish (SHA, tag,
branch name) that the release should be associated with.