Skip to content

Commit

Permalink
Added additional info on RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Aug 17, 2016
1 parent 3ad8463 commit 7cc3961
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example.

This step isn't always required. Check if there were changes in the deploy directory.
If you do this, bump the ISO URL to point to the new ISO, and send a PR.

## Bump the version in the Makefile

See [this PR](https://github.com/kubernetes/minikube/pull/165) for an example.
To do this, build the new iso by running:
```shell
deploy/iso/build.sh
```
This will generate a new iso at 'deploy/iso/minikube.iso'. Then upload the iso using the following command:
```shell
gsutil cp deploy/iso/minikube.iso gs://minikube/minikube-<increment.version>.iso
```

## Run integration tests

Expand All @@ -22,6 +26,16 @@ 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.
Also run `make gendocs` once this change has been made


##Send an initial commit with the Makefile change:

Send a PR for the Makefile change and wait until it is merged. Once the commit is merged, continue.

## Build the Release

Run this command:
Expand Down

0 comments on commit 7cc3961

Please sign in to comment.