mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-25 11:45:25 -02:30
Compare commits
2 Commits
copilot/un
...
v2.31.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c9add4897 | ||
|
|
00a29dffc8 |
@@ -8,6 +8,7 @@ aliases:
|
|||||||
kubespray-reviewers:
|
kubespray-reviewers:
|
||||||
- cyclinder
|
- cyclinder
|
||||||
- erikjiang
|
- erikjiang
|
||||||
|
- guoard
|
||||||
- mzaian
|
- mzaian
|
||||||
- tico88612
|
- tico88612
|
||||||
- vannten
|
- vannten
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ You can create a release note with:
|
|||||||
export GITHUB_TOKEN=<your-github-token>
|
export GITHUB_TOKEN=<your-github-token>
|
||||||
export ORG=kubernetes-sigs
|
export ORG=kubernetes-sigs
|
||||||
export REPO=kubespray
|
export REPO=kubespray
|
||||||
release-notes --start-sha <The start commit-id> --end-sha <The end commit-id> --dependencies=false --output=/tmp/kubespray-release-note --required-author=""
|
release-notes generate --org "${ORG}" --repo "${REPO}" --repo-path "${PWD}" --start-sha <The start commit-id> --end-sha <The end commit-id> --dependencies=false --output=/tmp/kubespray-release-note
|
||||||
```
|
```
|
||||||
|
|
||||||
If the release note file(/tmp/kubespray-release-note) contains "### Uncategorized" pull requests, those pull requests don't have a valid kind label(`kind/feature`, etc.).
|
If the release note file(/tmp/kubespray-release-note) contains "### Uncategorized" pull requests, those pull requests don't have a valid kind label(`kind/feature`, etc.).
|
||||||
|
|||||||
Reference in New Issue
Block a user