mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
ci: allow prereleases following Semver tagging spec (#1046)
Semantic Versioning 2.0.0 sets in paragraphs 9 and 10 how prereleases should be denoted. This adapts that specification to a Regex pattern. See more: https://semver.org/#spec-item-9 and https://semver.org/#spec-item-10
This commit is contained in:
parent
c6ea6893ec
commit
ad29b7d701
@ -44,7 +44,7 @@ aliases:
|
||||
- &execute_on_release
|
||||
filters:
|
||||
tags:
|
||||
only: /(v)?[0-9]+(\.[0-9]+)*/
|
||||
only: /v?[0-9]+(\.[0-9]+)+([-+\.][0-9a-zA-Z]+)*/
|
||||
branches:
|
||||
ignore:
|
||||
- /.*/
|
||||
|
Loading…
Reference in New Issue
Block a user