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

Introduce development changelog category

parent acbeaa8f
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ categories: ...@@ -11,6 +11,7 @@ categories:
removed: Removed removed: Removed
security: Security security: Security
performance: Performance performance: Performance
development: Development
other: Other other: Other
tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<pre>(?: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<meta>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$' tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<pre>(?: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<meta>[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