diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-08-03 15:16:05 +0100 |
---|---|---|
committer | William Salmon <will.salmon@codethink.co.uk> | 2018-08-22 09:05:28 +0100 |
commit | e15f5fa339242f6402836b0fb73074ff370401ba (patch) | |
tree | d4f99a6ced7c58636199d3857fac6d5ba92440d9 /setup.cfg | |
parent | eeaddbac923c49b8a9cde5aa411233d850dabbc4 (diff) | |
download | buildstream-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ style = pep440 versionfile_source = buildstream/_version.py versionfile_build = buildstream/_version.py tag_prefix = +tag_regex = *.*.* parentdir_prefix = BuildStream- [aliases] |