1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 04:43:15 +02:00

travis: git tags automation (9)

This commit is contained in:
koalyptus 2018-04-22 21:28:20 +10:00
parent bc416e0e39
commit 7909cde78b

View file

@ -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"