Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: add documentation for releasing this extension #18

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.