mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
relnotes ready for use.
This commit is contained in:
parent
e8aa0e8a7b
commit
037b25b6d0
@ -95,9 +95,8 @@ label is required for that non-master PR.
|
|||||||
|
|
||||||
### Reviewing pre-release notes
|
### Reviewing pre-release notes
|
||||||
|
|
||||||
**NOTE: THIS TOOLING IS NOT YET AVAILABLE, BUT COMING SOON!**
|
|
||||||
|
|
||||||
At any time, you can see what the release notes will look like on any branch.
|
At any time, you can see what the release notes will look like on any branch.
|
||||||
|
(NOTE: This only works on Linux for now)
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git pull https://github.com/kubernetes/release
|
$ git pull https://github.com/kubernetes/release
|
||||||
@ -105,7 +104,7 @@ $ RELNOTES=$PWD/release/relnotes
|
|||||||
$ cd /to/your/kubernetes/repo
|
$ cd /to/your/kubernetes/repo
|
||||||
$ $RELNOTES -man # for details on how to use the tool
|
$ $RELNOTES -man # for details on how to use the tool
|
||||||
# Show release notes from the last release on a branch to HEAD
|
# Show release notes from the last release on a branch to HEAD
|
||||||
$ $RELNOTES --raw --branch=master
|
$ $RELNOTES --branch=master
|
||||||
```
|
```
|
||||||
|
|
||||||
## Visual overview
|
## Visual overview
|
||||||
|
Loading…
Reference in New Issue
Block a user