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:
parent
e79703ba6e
commit
e9f80c6616
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue