Minor update to allow hotfix for 0.4.0.1.#357
Conversation
|
📦 Build Artifacts Available |
Signed-off-by: Dan Huang <dahuang@redhat.com>
fynnsu
left a comment
There was a problem hiding this comment.
Won't this block tags with only three values?
Something like this
r"^v(\d+\.\d+\.\d+(\.\d+)?)$"
would allow us to match
either 3 or 4 component versions.
e.g.
v0.0.1 and v0.0.0.1
If we no longer need to match 3 component tags (since this is release branch only), lmk and I'll approve.
This is a change for the release-0.4.0 branch for the hotfix 0.4.0.1. We'll only expect hotfixes from this branch. For main, we still keep the old way of versioning so 3 digits are still there for future releases. |
Minor update to allow hotfix for 0.4.0.1.