Skip to content
Snippets Groups Projects
Unverified Commit 57ad1c9d authored by Timo Furrer's avatar Timo Furrer
Browse files

Add tag regex to changelog config

parent 32b2a2dd
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,5 @@ categories:
security: Security
performance: Performance
other: Other
tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment