diff options
| author | Filip Grzadkowski <filipg@google.com> | 2016-02-02 13:58:47 +0100 |
|---|---|---|
| committer | Filip Grzadkowski <filipg@google.com> | 2016-02-02 13:58:47 +0100 |
| commit | c657c0c84c4051e5e2e64b3f0b4bd1fa51080a7d (patch) | |
| tree | aec44162010718afcf661f95efdb8d10ed46b914 | |
| parent | f471e1c4d3ad76b942e23f9e4cd3adc2686e9d9b (diff) | |
Fix link in releasing.md
Remove additional space which broke http link.
| -rw-r--r-- | releasing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/releasing.md b/releasing.md index d43a20cd..7c5ad9d9 100644 --- a/releasing.md +++ b/releasing.md @@ -208,8 +208,7 @@ 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 bucket](https:// -console.developers.google.com/storage/browser/kubernetes-release/release/), +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! |
