19 lines
741 B
Text
19 lines
741 B
Text
# 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
|
|
|
|
# maintenance is currently the branch for preparation of maintenance release 1.2.3
|
|
# so are any fix/... branches
|
|
maintenance 1.2.3-dev 1c6b0554c796f03ed539397daa4b13c44d05a99d
|
|
fix/.* 1.2.3-dev 1c6b0554c796f03ed539397daa4b13c44d05a99d
|
|
|
|
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
|
|
.* 1.3.0-dev 198d3450d94be1a2
|