tinkerbell / rufio

Kubernetes Controller for BMC Interactions
Apache License 2.0
36 stars 16 forks source link

Add details on release candidate tagging to RELEASE.md #56

Open chrisdoherty4 opened 2 years ago

chrisdoherty4 commented 2 years ago

The ./contrib/tag-release.sh currently supports a major-minor-patch version tag only. Should a maintainer want to create a release candidate to ensure the release process runs as expected, they need can manually tag and push and the CI will still respond as expected.

We might consider removing the tag release script in the future given it merely performs a few checks before tagging.