Files
reno/releasenotes/notes/tag-format-bd5018a813c804fd.yaml
Thanh Ha 9b1c353bd0 Allow tags prefixed with v in default regex
The version scheme v1.0.0 is not an uncommon way to tag versions
and used to be part of the semver spec. This patch allows the
optional v prefix in the default version scheme.

ref: https://github.com/semver/semver/blob/master/semver.md#is-v123-a-semantic-version

Change-Id: I4a99bda8b788ee5fd2a8aca3463eb548d07f1313
Signed-off-by: Thanh Ha <zxiiro@linux.com>
2018-08-27 10:12:45 -04:00

5 lines
84 B
YAML

---
features:
- |
Allow optional 'v' prefix in the default version tag regex.