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.*
|
|
|
|
|
|
2016-09-23 10:29:56 +00:00
|
|
|
# maintenance is currently the branch for preparation of maintenance release 1.2.17
|
2016-02-09 16:55:29 +00:00
|
|
|
# so are any fix/... and improve/... branches
|
2016-09-23 10:29:56 +00:00
|
|
|
maintenance 1.2.17 354042b84d488db38ac1917bb69bd164f4e7f750 pep440-dev
|
|
|
|
|
fix/.* 1.2.17 354042b84d488db38ac1917bb69bd164f4e7f750 pep440-dev
|
|
|
|
|
improve/.* 1.2.17 354042b84d488db38ac1917bb69bd164f4e7f750 pep440-dev
|
2014-09-02 09:35:42 +00:00
|
|
|
|
2015-06-25 08:50:54 +00:00
|
|
|
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
|
2015-06-30 12:57:39 +00:00
|
|
|
.* 1.3.0 198d3450d94be1a2 pep440-dev
|