From b3b4482bda902211b57e94b7c5da80c31d1edb62 Mon Sep 17 00:00:00 2001 From: Kyle Neideck Date: Sat, 6 Oct 2018 14:35:57 +1000 Subject: [PATCH] Automatically set the release name for Travis CI builds. Also mark them as prereleases, since most will be snapshot/debug builds. We can just change that back manually for full releases. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2c01fa3..652dda8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,6 +98,8 @@ deploy: file_glob: true file: Background-Music-*/* skip_cleanup: true + name: $TRAVIS_TAG + prerelease: true on: repo: kyleneideck/BackgroundMusic tags: true