MrDraw/.versioneer-lookup

30 lines
1.1 KiB
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 and rc shall not use the lookup table, only tags
master
rc/.*
prerelease
# neither should disconnected checkouts, e.g. 'git checkout <tag>'
HEAD
\(detached.*
# maintenance is currently the branch for preparation of maintenance release 1.3.4
# so are any fix/... and improve/... branches
maintenance 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev
fix/.* 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev
improve/.* 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev
# staging/maintenance is currently the branch for preparation of 1.3.4rc1
staging/maintenance 1.3.4rc1 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev
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