From cdaea62e2d4413315b080fac80662fca10c56096 Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:20:48 -0700 Subject: [PATCH] Update binaries.md --- site/content/en/docs/contrib/releasing/binaries.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/site/content/en/docs/contrib/releasing/binaries.md b/site/content/en/docs/contrib/releasing/binaries.md index 83ab003011..0c7180f94b 100644 --- a/site/content/en/docs/contrib/releasing/binaries.md +++ b/site/content/en/docs/contrib/releasing/binaries.md @@ -22,10 +22,7 @@ See [ISO release instructions]({{}}) ## Release new kicbase image -If there are changes to the Dockerfile for the docker and/or podman drivers -(and there is a -snapshot image), you should retag it as a new version and push it to GCR, dockerhub and github packages. - -For example, if you are releasing v0.0.13 and the current kicbase image tag is v0.0.12-snapshot, you should tag v0.0.13 and change [kic/types.go](https://github.com/medyagh/minikube/blob/635ff53a63e5bb1be4e1abb9067ebe502a16224e/pkg/drivers/kic/types.go#L29-L30) as well. +Run the `kic-release` job in Jenkins, which will automatically create a PR which must be merged (make sure to enter the correct version and repos). ## Update Release Notes