summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-01-03 13:45:30 +0100
committerGitHub <noreply@github.com>2019-01-03 13:45:30 +0100
commite24109b7e6450000039e7846d7c3d6d2c50ba7d0 (patch)
tree2eb22baafc081f5f5fd6c5073548d4ce3743b08c
parentbd45d7a572a683c3e86fb061d4ddb443f69d9f98 (diff)
Update tagger.sh
-rwxr-xr-x.travis/tagger.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/tagger.sh b/.travis/tagger.sh
index 59e75348fb..d3b7f8faf5 100755
--- a/.travis/tagger.sh
+++ b/.travis/tagger.sh
@@ -15,6 +15,8 @@
# - GITHUB_TOKEN variable set with GitHub token. Access level: repo.public_repo
# - git-semver python package (pip install git-semver)
+# exported variables are needed by releaser.sh
+
set -e
if [ ! -f .gitignore ]; then
@@ -49,6 +51,7 @@ function release_candidate() {
fi
GIT_TAG="v$VERSION-rc$RC"
export GIT_TAG
+ export RC
}
# Check if current commit is tagged or not