Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
6f2322e8
Commit
6f2322e8
authored
Apr 23, 2020
by
Michelle Au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update patch release notes generation command
parent
ea1f94aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
SIDECAR_RELEASE_PROCESS.md
SIDECAR_RELEASE_PROCESS.md
+2
-5
No files found.
SIDECAR_RELEASE_PROCESS.md
View file @
6f2322e8
...
...
@@ -50,7 +50,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
## Release Process
1.
Identify all issues and ongoing PRs that should go into the release, and
drive them to resolution.
1.
Download
[
K8s release notes
1.
Download
v2.8+
[
K8s release notes
generator](https://github.com/kubernetes/release/tree/master/cmd/release-notes)
1.
Generate release notes for the release. Replace arguments with the relevant
information.
...
...
@@ -62,13 +62,10 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
```
*
For new patch releases on a release branch:
```
GITHUB_TOKEN=<token> release-notes --branch=release-1.1
--start-rev=v1.1.1 --end-sha=f0a9219b29cc9053047c39d149ce9b22bc7b918b
GITHUB_TOKEN=<token> release-notes --discover=patch-to-latest --branch=release-1.1
--github-org=kubernetes-csi --github-repo=external-provisioner
--required-author="" --output out.md
```
*
`--start-rev`
should point to the last patch release from the release branch.
*
`--end-sha`
should point to the latest commit from the release branch.
1.
Compare the generated output to the new commits for the release to check if
any notable change missed a release note.
1.
Reword release notes as needed. Make sure to check notes for breaking
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment