Kuadrant / authorino-operator

Kubernetes Operator to manage Authorino instances
Apache License 2.0
9 stars 20 forks source link

Support vX.Y floating tags for releases #176

Open guicassolato opened 8 months ago

guicassolato commented 8 months ago

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 current release-vX.Y.Z. Whenever the release is a patch release (i.e. on top of an existing release-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.