-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Frank Rehberger edited this page Sep 7, 2016
·
1 revision
Welcome to the rust-releasetag wiki!
ROADMAP:
- basic functionality (done!)
- define variant with two parameters:
releasetag!(b"TAG", b"VALUE")
being assembled to b"TAG=VALUE" - read tags from version-file at compile time and embed into sources, eg:
releasetag_from_file(b"BUILD_TAG", "{VERSION}-{BUILD_DATE}", "${PROJECT_HOME}/generated/release-tags.txt")
reading the tags VERSION and BUILD_DATE from file release-tags.txt of the form:
## file release-tag.txt
VERSION="1.2"
BUILD_DATE="2016-08-31T23:15"