提交 b77b55a7 编写于 作者: T Thomas Stromberg

First step in reworking release docs.

上级 d9bd59da
# Steps to Release Minikube
## Create a Release Notes PR
Collect the release notes, and edit them as necessary:
```shell
hack/release_notes.sh
```
Merge output into CHANGELOG.md file. See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example.
## Build a new ISO
* Visit http://<jenkins root>/job/ISO/build
* http://go/minikube:build-iso
* Ensure that you are logged in (top right)
* For ISO_VERSION, fill in the intended release version
* For ISO_BUCKET, use minikube/iso
* Click "Build"
* For `ISO_VERSION`, use the intended release version
* For `ISO_BUCKET`, use `minikube/iso`
* Click *Build*
* Wait ~45 minutes
## Update ISO path
## Update Makefile
Once the ISO has built, update the Makefile:
## Run integration tests
```shell
VERSION_MINOR
ISO_VERSION
```
## Run Local Integration Test
Run the integration tests, making sure that all tests pass:
Run this command:
```shell
make integration
```
Investigate and fix any failures.
## Bump the version in the Makefile and Update Docs to reflect this
See [this PR](https://github.com/kubernetes/minikube/pull/165) for an example.
## Submit PR to update the Makefile
##Send an initial commit with the Makefile change:
Pay careful attention to integration test failures from Jenkins.
Send a PR for the Makefile change and wait until it is merged. Once the commit is merged, continue.
If there are test flakes, open or find the appropriate Issue, and add a PR comment with links to the appropriate issues.
## Build the Release
......@@ -46,7 +40,16 @@ Run this command:
BUILD_IN_DOCKER=y make cross checksum
```
## Add the version to the releases.json file
## Submit PR to update Release Notes and `releases.json`
Then Collect the release notes, and edit them as necessary:
```shell
hack/release_notes.sh
```
Merge output into CHANGELOG.md file. See [this PR](https://github.com/kubernetes/minikube/pull/3175) for an example.
Add an entry **to the top** of deploy/minikube/releases.json with the **version** and **checksums**.
Send a PR.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册