Added new prerelease branch to versioneer config

Can be used in the future for tracking prereleases and testing
proper version updates without having to push to master directly.
This commit is contained in:
Gina Häußge 2016-06-08 11:19:21 +02:00
parent e79703ba6e
commit e9f80c6616

View file

@ -7,8 +7,10 @@
# The file is processed from top to bottom, the first matching line wins. If <tag> or <reference commit> are left out,
# the lookup table does not apply to the matched branches
# master shall not use the lookup table, only tags
# master, prerelease and rc shall not use the lookup table, only tags
master
prerelease
rc
# neither should disconnected checkouts, e.g. 'git checkout <tag>'
HEAD