summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2018-08-03 15:16:05 +0100
committerWilliam Salmon <will.salmon@codethink.co.uk>2018-08-22 09:07:03 +0100
commit3747f5d14c1e1ac216f69afe9743b7d520286870 (patch)
treed2c5c517eca6d9dcb1bef60d976b3fd83a983af0 /setup.cfg
parenta4a8e5ab6217e5301bf09873a9ee7baea21641aa (diff)
downloadbuildstream-3747f5d14c1e1ac216f69afe9743b7d520286870.tar.gz
Search for tags with the *.*.* patten for versionwillsalmon/MR601-backport
This has been done in a way that I hope might be able to be upstreamed in to versioneer. This is not garanteed but it would be good if it could be. Please see https://github.com/warner/python-versioneer/pull/186 and https://github.com/wsalmonct/python-versioneer/tree/feature/regexTags for further details.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d37db7839..173917c74 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,7 @@ style = pep440
versionfile_source = buildstream/_version.py
versionfile_build = buildstream/_version.py
tag_prefix =
+tag_regex = *.*.*
parentdir_prefix = BuildStream-
[aliases]