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:05:28 +0100
commite15f5fa339242f6402836b0fb73074ff370401ba (patch)
treed4f99a6ced7c58636199d3857fac6d5ba92440d9 /setup.cfg
parenteeaddbac923c49b8a9cde5aa411233d850dabbc4 (diff)
downloadbuildstream-e15f5fa339242f6402836b0fb73074ff370401ba.tar.gz
Search for tags with the *.*.* patten for versionwillsalmon/versionTagRegrex
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 a59d2b214..7a27a2f58 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]