pbr/releasenotes/notes/v_version-457b38c8679c5868.yaml
Gaetan Semet 4c775e7890 Support v<semver> version
Allow protect tag (in gitlab, github) using "v*" regex.

Change-Id: I3e6eb1031ae92349c5a9531b143b6470482664e7
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2018-01-05 14:19:47 +00:00

6 lines
143 B
YAML

---
features:
- |
Support version parsing of git tag with the ``v<semver>`` pattern
(or ``V<semver>``), in addition to ``<semver>``.