Support vX.Y floating tags for releases #176
Labels
area/tooling
Makefile and scripts for the dev workflow, testing, etc
kind/enhancement
New feature or request
size/medium
size/small
Enhance the release workflow so it adds/moves a "vX.Y" tag whenever a "vX.Y.Z" version is released.
The name of the release branch should also be
release-vX.Y
instead of currentrelease-vX.Y.Z
. Whenever the release is a patch release (i.e. on top of an existingrelease-vX.Y
branch), a new branch does not need to be created, but only the floating tag moved. Inversely, when the release is a new major or minor release, a new branch branch must be created, as well as the new corresponding floating tag.The text was updated successfully, but these errors were encountered: