From 4e2d31465d8719c62f130af6e0fc2afe982be8a4 Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Thu, 16 Nov 2023 14:00:49 +0100 Subject: [PATCH] chore: add documentation for releasing this extension Signed-off-by: Florent BENOIT --- RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..086f9fe --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,10 @@ +# Release + +To create a release, go to GitHub actions and run a custom workflow release: +https://github.com/containers/podman-desktop-extension-minikube/actions/workflows/release.yaml + +To cut a 0.2.0 release with a v0.2.0 tag, start a new job clicking `Run workflow ⬇️` button. +Enter '0.2.0' in the form and click on 'Run workflow' green button. + +It will do the job and create a Pull Request to upgrade to `0.3.0-next`. +Please approve it and it will automatically merge the pull request when PR checks are done.