Update script after review

This commit is contained in:
Clémentine Urquizar 2022-06-21 10:46:32 +02:00
parent de16de20f4
commit c6ed756dbc
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
4 changed files with 22 additions and 18 deletions

View file

@ -7,7 +7,7 @@
# Ex: previous tag -> v2.1.1
# new tag -> v1.20.3
# The new tag (v1.20.3) should NOT be the latest
# So it returns "false", the `latest tag` should not be updated for the release v1.20.3 and still need to correspond to v2.1.1
# So it returns "false", the `latest` tag should not be updated for the release v1.20.3 and still need to correspond to v2.1.1
# GLOBAL
GREP_SEMVER_REGEXP='v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)$' # i.e. v[number].[number].[number]