mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-25 03:35:24 -02:30
Compare commits
2 Commits
copilot/un
...
v2.31.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c9add4897 | ||
|
|
00a29dffc8 |
@@ -8,6 +8,7 @@ aliases:
|
||||
kubespray-reviewers:
|
||||
- cyclinder
|
||||
- erikjiang
|
||||
- guoard
|
||||
- mzaian
|
||||
- tico88612
|
||||
- vannten
|
||||
|
||||
@@ -58,7 +58,7 @@ You can create a release note with:
|
||||
export GITHUB_TOKEN=<your-github-token>
|
||||
export ORG=kubernetes-sigs
|
||||
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.).
|
||||
|
||||
Reference in New Issue
Block a user