diff options
| author | Isaac Hollander McCreery <ihmccreery@google.com> | 2015-10-22 05:25:35 -0700 |
|---|---|---|
| committer | Isaac Hollander McCreery <ihmccreery@google.com> | 2015-11-02 09:27:52 -0800 |
| commit | 87e5266e0aecf72c5f018c363fabecf4c422d824 (patch) | |
| tree | 60e9981b0415f0e081cc5f0de32206415af6ff73 | |
| parent | 6a9d36de0ba742897ec9239118f5dd32c5daaefa (diff) | |
TODOs
| -rw-r--r-- | releasing.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasing.md b/releasing.md index 6ff8e862..7366d999 100644 --- a/releasing.md +++ b/releasing.md @@ -177,6 +177,8 @@ include everything in the release notes. ## Origin of the Sources +TODO(ihmccreery) update this + Kubernetes may be built from either a git tree (using `hack/build-go.sh`) or from a tarball (using either `hack/build-go.sh` or `go install`) or directly by the Go native build system (using `go get`). @@ -193,6 +195,8 @@ between releases (e.g. at some point in development between v0.3 and v0.4). ## Version Number Format +TODO(ihmccreery) update this + In order to account for these use cases, there are some specific formats that may end up representing the Kubernetes version. Here are a few examples: @@ -251,6 +255,8 @@ is the complete SHA1 of the (dirty) tree used at build time. ## Release Notes +TODO(ihmccreery) update this + No official release should be made final without properly matching release notes. There should be made available, per release, a small summary, preamble, of the |
