Skip to content

Commit 46fd726

Browse files
Merge pull request #13669 from sharifelgamal/release-docs-2
update release docs
2 parents 654b409 + 68beb6a commit 46fd726

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

site/content/en/docs/contrib/releasing/binaries.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ You may merge this PR at any time, or combine it with a `Makefile` update PR.
5353
Update the version numbers in `Makefile`:
5454

5555
* `VERSION_MAJOR`, `VERSION_MINOR`, `VERSION_BUILD`
56-
* `ISO_VERSION`:
57-
- beta releases use: `v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)`
58-
- major/minor releases use: `v$(VERSION_MAJOR).$(VERSION_MINOR).0`
59-
- if the ISO was updated, a patch release may use `v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)`
60-
* `DEB_REVISION`, `RPM_REVISION`
61-
- for all major/minor releases, set to 0
62-
- if updating .deb/.rpm files without a major/minor release, increment by 1
6356

6457
{{% alert title="Warning" color="warning" %}}
6558
Merge this PR only if all non-experimental integration tests pass!
@@ -121,4 +114,4 @@ Other places:
121114

122115
- #minikube on Slack
123116
- minikube-dev, minikube-users mailing list
124-
- Twitter (optional!)
117+
- Twitter (this is now automated with the @minikube_dev account)

site/content/en/docs/contrib/releasing/iso.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Note: you can build the ISO using the `hack/jenkins/build_iso.sh` script locally
1616
* For `ISO_BUCKET`, type in `minikube/iso`
1717
* Click *Build*
1818

19-
The build will take roughly 50 minutes and will automatically create a PR with the changes.
19+
The build will automatically create a PR with the changes.

0 commit comments

Comments
 (0)