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
2c098465
Commit
2c098465
authored
Aug 24, 2020
by
Michelle Au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cleanup instructions to release-notes generation
parent
60e1cd3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
SIDECAR_RELEASE_PROCESS.md
SIDECAR_RELEASE_PROCESS.md
+7
-2
No files found.
SIDECAR_RELEASE_PROCESS.md
View file @
2c098465
...
@@ -54,14 +54,19 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
...
@@ -54,14 +54,19 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
generator](https://github.com/kubernetes/release/tree/master/cmd/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
1.
Generate release notes for the release. Replace arguments with the relevant
information.
information.
*
Clean up old cached information (also needed if you are generating release
notes for multiple repos)
```bash
rm -rf /tmp/k8s-repo
```
*
For new minor releases on master:
*
For new minor releases on master:
```
```
bash
GITHUB_TOKEN=<token> release-notes --discover=mergebase-to-latest
GITHUB_TOKEN=<token> release-notes --discover=mergebase-to-latest
--github-org=kubernetes-csi --github-repo=external-provisioner
--github-org=kubernetes-csi --github-repo=external-provisioner
--required-author="" --output out.md
--required-author="" --output out.md
```
```
*
For new patch releases on a release branch:
*
For new patch releases on a release branch:
```
```
bash
GITHUB_TOKEN=<token> release-notes --discover=patch-to-latest --branch=release-1.1
GITHUB_TOKEN=<token> release-notes --discover=patch-to-latest --branch=release-1.1
--github-org=kubernetes-csi --github-repo=external-provisioner
--github-org=kubernetes-csi --github-repo=external-provisioner
--required-author="" --output out.md
--required-author="" --output out.md
...
...
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