2014-09-02 09:35:42 +00:00
|
|
|
# Configuration file for the versioneer lookup, manually mapping tags based on branches
|
|
|
|
|
#
|
|
|
|
|
# Format is
|
|
|
|
|
#
|
|
|
|
|
# <branch-regex> <tag> <reference commit>
|
|
|
|
|
#
|
|
|
|
|
# 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
|
|
|
|
|
|
2016-08-24 17:02:39 +00:00
|
|
|
# master and rc shall not use the lookup table, only tags
|
2014-09-02 09:35:42 +00:00
|
|
|
master
|
2016-08-24 17:02:39 +00:00
|
|
|
rc/.*
|
2016-06-08 09:19:21 +00:00
|
|
|
prerelease
|
2014-09-02 09:35:42 +00:00
|
|
|
|
2015-11-20 12:54:09 +00:00
|
|
|
# neither should disconnected checkouts, e.g. 'git checkout <tag>'
|
|
|
|
|
HEAD
|
|
|
|
|
\(detached.*
|
|
|
|
|
|
2017-06-01 14:09:34 +00:00
|
|
|
# maintenance is currently the branch for preparation of maintenance release 1.3.5
|
2016-02-09 16:55:29 +00:00
|
|
|
# so are any fix/... and improve/... branches
|
2017-07-26 12:24:30 +00:00
|
|
|
maintenance 1.3.6 1a6dbb3f4a5bef857cdeb13c031b9deca2cf30a2 pep440-dev
|
|
|
|
|
fix/.* 1.3.6 1a6dbb3f4a5bef857cdeb13c031b9deca2cf30a2 pep440-dev
|
|
|
|
|
improve/.* 1.3.6 1a6dbb3f4a5bef857cdeb13c031b9deca2cf30a2 pep440-dev
|
2014-09-02 09:35:42 +00:00
|
|
|
|
2017-07-27 12:38:30 +00:00
|
|
|
# staging/maintenance is currently the branch for preparation of 1.3.5rc3
|
2017-07-27 07:58:20 +00:00
|
|
|
# so is regressionfix/...
|
2017-07-27 12:38:30 +00:00
|
|
|
staging/maintenance 1.3.5rc3 1f9fe8c8689f727566ae92707fe1e3f40064dcdf pep440-dev
|
|
|
|
|
regressionfix/.* 1.3.5rc3 1f9fe8c8689f727566ae92707fe1e3f40064dcdf pep440-dev
|
2017-05-17 11:33:28 +00:00
|
|
|
|
2016-12-08 13:04:28 +00:00
|
|
|
# every other branch is a development branch and thus gets resolved to 1.4.0-dev for now
|
|
|
|
|
.* 1.4.0 7f5d03d0549bcbd26f40e7e4a3297ea5204fb1cc pep440-dev
|