From 7909cde78b24538f8299a5dafec3882a501cdab6 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sun, 22 Apr 2018 21:28:20 +1000 Subject: [PATCH] travis: git tags automation (9) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80cd67d3..5e1c38b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ branches: - /^greenkeeper/.*$/ - gh-pages before_deploy: - - git config --global user.email "builds@travis-ci.com" - - git config --global user.name "Travis CI" + - git config --global user.email "maxgug@hotmail.com" + - git config --global user.name "koalyptus" - export GIT_TAG=$(node -p -e "require('./package.json').version") - echo -n $GIT_TAG - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"