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.
This commit is contained in:
Kyle Neideck 2018-10-06 14:35:57 +10:00
parent 9b33fffd23
commit b3b4482bda
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

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