We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4945db commit a1f914cCopy full SHA for a1f914c
continuous_delivery_scripts/generate_news.py
@@ -85,7 +85,7 @@ def _update_version_string(
85
version_elements: version elements
86
"""
87
if commit_type == CommitType.DEVELOPMENT:
88
- return "%s-%s.%s" % (
+ return "%s-%s+%s" % (
89
new_version,
90
auto_version_tool.config.BUILD_TOKEN,
91
version_elements.get(auto_version_tool.Constants.COMMIT_FIELD),
news/20210628144749.bugfix
@@ -0,0 +1 @@
1
+Fix development release versions to abide by SemVer
0 commit comments