Skip to content
Snippets Groups Projects
Commit 3d627c0a authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(release): support full semantic-versioning specifcation (with prerelease and build metadata)

parent e7d73b0a
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ variables:
# default integration ref name (pattern)
INTEG_REF: '/^develop$/'
# default release tag name (pattern)
RELEASE_REF: '/^v?[0-9]+\.[0-9]+\.[0-9]+$/'
RELEASE_REF: '/^v?[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9-\.]+)?(\+[a-zA-Z0-9-\.]+)?$/'
# default configuration directory
MAVEN_CFG_DIR: $[[ inputs.cfg-dir ]]
# default settings.xml file path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment