1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 11:27:24 +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/.*$/ - /^greenkeeper/.*$/
- gh-pages - gh-pages
before_deploy: before_deploy:
- git config --global user.email "builds@travis-ci.com" - git config --global user.email "maxgug@hotmail.com"
- git config --global user.name "Travis CI" - git config --global user.name "koalyptus"
- export GIT_TAG=$(node -p -e "require('./package.json').version") - export GIT_TAG=$(node -p -e "require('./package.json').version")
- echo -n $GIT_TAG - echo -n $GIT_TAG
- git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"