Skip to content

Commit

Permalink
Add 'release' prefix to release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
justinas committed Nov 2, 2019
1 parent c423a84 commit a211abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
before_deploy:
- git config --local user.name "Justinas Stankevicius"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date -u +'%Y%m%dT%H%M%S')-$(git log --format=%h -1)}
- export TRAVIS_TAG=${TRAVIS_TAG:-release-$(date -u +'%Y%m%dT%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG

deploy:
Expand Down

0 comments on commit a211abb

Please sign in to comment.