Attention is currently required from: laforge, osmith.
2 comments:
Commit Message:
Patch Set #1, Line 9: may only have two numbers
this is not the case with `v1.1. […]
I confirmed (using https://regex101.com/) that this regexp also works for `v1.1.1`. The reason for that is this part `[0-9.]*`, which is allowing zero or more repetitions of a dot or a digit. This regexp would also match versions like `v1.1.` or even `v1........1`. Not critical, I think.
Patchset:
I was a bit quicker with https://gerrit.osmocom.org/c/osmo-ci/+/37670 ;)
To view, visit change 37671. To unsubscribe, or for help writing mail filters, visit settings.