2015-07-12 00:04:52 -04:00
|
|
|
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN STRIP_FOR_RELEASE -->
|
|
|
|
|
|
2015-07-16 13:02:26 -04:00
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
|
width="25" height="25">
|
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
|
width="25" height="25">
|
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
|
width="25" height="25">
|
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
|
width="25" height="25">
|
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
|
width="25" height="25">
|
|
|
|
|
|
|
|
|
|
<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>
|
|
|
|
|
|
|
|
|
|
If you are using a released version of Kubernetes, you should
|
|
|
|
|
refer to the docs that go with that version.
|
|
|
|
|
|
2015-12-14 13:37:38 -05:00
|
|
|
<!-- TAG RELEASE_LINK, added by the munger automatically -->
|
2015-07-16 13:02:26 -04:00
|
|
|
<strong>
|
2015-11-03 13:17:57 -05:00
|
|
|
The latest release of this document can be found
|
|
|
|
|
[here](http://releases.k8s.io/release-1.1/docs/devel/making-release-notes.md).
|
2015-07-16 13:02:26 -04:00
|
|
|
|
|
|
|
|
Documentation for other releases can be found at
|
|
|
|
|
[releases.k8s.io](http://releases.k8s.io).
|
|
|
|
|
</strong>
|
|
|
|
|
--
|
2015-07-13 18:15:35 -04:00
|
|
|
|
2015-07-12 00:04:52 -04:00
|
|
|
<!-- END STRIP_FOR_RELEASE -->
|
|
|
|
|
|
|
|
|
|
<!-- END MUNGE: UNVERSIONED_WARNING -->
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-05-01 02:49:39 -04:00
|
|
|
## Making release notes
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-05-01 02:49:39 -04:00
|
|
|
This documents the process for making release notes for a release.
|
|
|
|
|
|
|
|
|
|
### 1) Note the PR number of the previous release
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-07-07 19:29:18 -04:00
|
|
|
Find the most-recent PR that was merged with the previous .0 release. Remember this as $LASTPR.
|
2015-05-01 02:49:39 -04:00
|
|
|
_TODO_: Figure out a way to record this somewhere to save the next release engineer time.
|
|
|
|
|
|
2015-08-08 17:29:57 -04:00
|
|
|
Find the most-recent PR that was merged with the current .0 release. Remember this as $CURRENTPR.
|
2015-07-07 19:29:18 -04:00
|
|
|
|
|
|
|
|
### 2) Run the release-notes tool
|
2015-07-16 22:01:02 -04:00
|
|
|
|
2015-05-01 02:49:39 -04:00
|
|
|
```bash
|
2015-07-07 19:29:18 -04:00
|
|
|
${KUBERNETES_ROOT}/build/make-release-notes.sh $LASTPR $CURRENTPR
|
2015-05-01 02:49:39 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 3) Trim the release notes
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-07-07 19:29:18 -04:00
|
|
|
This generates a list of the entire set of PRs merged since the last minor
|
|
|
|
|
release. It is likely long and many PRs aren't worth mentioning. If any of the
|
|
|
|
|
PRs were cherrypicked into patches on the last minor release, you should exclude
|
|
|
|
|
them from the current release's notes.
|
2015-05-01 02:49:39 -04:00
|
|
|
|
2015-07-19 01:58:13 -04:00
|
|
|
Open up `candidate-notes.md` in your favorite editor.
|
2015-05-01 02:49:39 -04:00
|
|
|
|
|
|
|
|
Remove, regroup, organize to your hearts content.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 4) Update CHANGELOG.md
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-07-19 01:58:13 -04:00
|
|
|
With the final markdown all set, cut and paste it to the top of `CHANGELOG.md`
|
2015-05-01 02:49:39 -04:00
|
|
|
|
|
|
|
|
### 5) Update the Release page
|
2015-07-17 18:35:41 -04:00
|
|
|
|
2015-09-03 10:10:11 -04:00
|
|
|
* Switch to the [releases](https://github.com/kubernetes/kubernetes/releases) page.
|
2015-05-01 02:49:39 -04:00
|
|
|
* Open up the release you are working on.
|
|
|
|
|
* Cut and paste the final markdown from above into the release notes
|
|
|
|
|
* Press Save.
|
|
|
|
|
|
2015-05-14 18:12:45 -04:00
|
|
|
|
2015-07-13 20:13:09 -04:00
|
|
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
2015-06-19 12:59:27 -04:00
|
|
|
[]()
|
2015-07-13 20:13:09 -04:00
|
|
|
<!-- END MUNGE: GENERATED_ANALYTICS -->
|