MrDraw/.versioneer-lookup

27 lines
970 B
Text
Raw Normal View History

# 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
# 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
\(detached.*
2016-07-30 07:56:49 +00:00
# maintenance is currently the branch for preparation of maintenance release 1.2.16
# so are any fix/... and improve/... branches
2016-07-30 07:56:49 +00:00
maintenance 1.2.16 afdb98a92fb5dae2661aa252975933be55bef2c2 pep440-dev
fix/.* 1.2.16 afdb98a92fb5dae2661aa252975933be55bef2c2 pep440-dev
improve/.* 1.2.16 afdb98a92fb5dae2661aa252975933be55bef2c2 pep440-dev
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
.* 1.3.0 198d3450d94be1a2 pep440-dev