MrDraw/.versioneer-lookup

23 lines
820 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 shall not use the lookup table, only tags
master
2015-09-02 18:18:18 +00:00
# maintenance is currently the branch for preparation of maintenance release 1.2.7
# so are any fix/... branches
2015-09-02 18:18:18 +00:00
maintenance 1.2.7-dev 536bb31965db17b969e7c1c53e241ddac4ae1814
fix/.* 1.2.7-dev 536bb31965db17b969e7c1c53e241ddac4ae1814
# Special case disconnected checkouts, e.g. 'git checkout <tag>'
\(detached.*
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
.* 1.3.0-dev 198d3450d94be1a2