[in] create /version file based on git tag name

This commit is contained in:
Dr Nic Williams
2015-04-25 12:46:22 -07:00
parent f224bc5a45
commit 5779770b0b
4 changed files with 32 additions and 2 deletions

View File

@@ -28,7 +28,10 @@ Fetches artifacts from the given release version. If the version is not
specified, the latest version is chosen using [semver](http://semver.org)
semantics.
Creates a file `tag` containing the tag name/version of the release being fetched.
Also creates the following files:
* `tag` containing the git tag name of the release being fetched.
* `version` containing the version determined by the git tag of the release being fetched.
#### Parameters