From e15f5fa339242f6402836b0fb73074ff370401ba Mon Sep 17 00:00:00 2001 From: William Salmon Date: Fri, 3 Aug 2018 15:16:05 +0100 Subject: Search for tags with the *.*.* patten for version 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. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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] -- cgit v1.2.1