Skip to content

Commit

Permalink
Automatically create named tags for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ndfred committed Apr 27, 2019
1 parent 58c3e6d commit 01f5853
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python: '2.7'
install: python build_rules.py
script: python -m unittest test_build_rules

deploy:
provider: releases
api_key:
Expand All @@ -12,3 +13,8 @@ deploy:
skip_cleanup: true
on:
repo: ndfred/unifi-pi-hole

before_deploy:
- git config --local user.name "Frédéric Sagnes"
- git config --local user.email "[email protected]"
- git tag "v0.1.$TRAVIS_BUILD_NUMBER"

0 comments on commit 01f5853

Please sign in to comment.