Skip to content

Commit

Permalink
Update documents for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrzadkowski committed Dec 10, 2015
1 parent 9b60d8c commit 7da888e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ git clone git@github.com:kubernetes/kubernetes.git
cd kubernetes
```

or `git checkout upstream/master` from an existing repo.
or `git fetch upstream && git checkout upstream/master` from an existing repo.

Decide what version you're cutting and export it:

Expand Down Expand Up @@ -210,9 +210,10 @@ release](https://github.com/kubernetes/kubernetes/releases/new):
1. fill in the release title from the draft;
1. re-run the appropriate release notes tool(s) to pick up any changes people
have made;
1. find the appropriate `kubernetes.tar.gz` in GCS, download it, double check
the hash (compare to what you had in the release notes draft), and attach it
to the release; and
1. find the appropriate `kubernetes.tar.gz` in [GCS bucket](https://
console.developers.google.com/storage/browser/kubernetes-release/release/),
download it, double check the hash (compare to what you had in the release
notes draft), and attach it to the release; and
1. publish!

## Injecting Version into Binaries
Expand Down

0 comments on commit 7da888e

Please sign in to comment.