You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|| GITHUB_TOKEN || Yes | A personal GitHub access token |
76
-
| github-org | GITHUB_ORG | kubernetes | Yes | Name of GitHub organization |
77
-
| github-repo | GITHUB_REPO | kubernetes | Yes | Name of GitHub repository |
78
-
| required-author | REQUIRED_AUTHOR | k8s-ci-robot | Yes | Only commits from this GitHub user are considered. Set to empty string to include all users |
79
-
| branch | BRANCH | master | Yes | The GitHub repository branch to scrape |
80
-
| start-sha | START_SHA || Yes | The commit hash to start processing from (inclusive) |
81
-
| end-sha | END_SHA || Yes | The commit hash to end processing at (inclusive) |
82
-
| repo-path | REPO_PATH | /tmp/k8s-repo | No | Path to a local Kubernetes repository, used only for tag discovery |
83
-
| start-rev | START_REV || No | The git revision to start at. Can be used as alternative to start-sha |
84
-
| env-rev | END_REV || No | The git revision to end at. Can be used as alternative to end-sha |
85
-
| discover | DISCOVER | none | No | The revision discovery mode for automatic revision retrieval (options: none, mergebase-to-latest, patch-to-patch, minor-to-minor) |
86
-
| release-bucket | RELEASE_BUCKET | kubernetes-release | No | Specify gs bucket to point to in generated notes (default "kubernetes-release") |
87
-
| release-tars | RELEASE_TARS || No | Directory of tars to sha512 sum for display |
75
+
|| GITHUB_TOKEN || Yes | A personal GitHub access token |
76
+
| github-org | GITHUB_ORG | kubernetes | Yes | Name of GitHub organization |
77
+
| github-repo | GITHUB_REPO | kubernetes | Yes | Name of GitHub repository |
78
+
| required-author | REQUIRED_AUTHOR | k8s-ci-robot | Yes | Only commits from this GitHub user are considered. Set to empty string to include all users |
79
+
| branch | BRANCH | master | Yes | The GitHub repository branch to scrape |
80
+
| start-sha | START_SHA || Yes | The commit hash to start processing from (inclusive) |
81
+
| end-sha | END_SHA || Yes | The commit hash to end processing at (inclusive) |
82
+
| repo-path | REPO_PATH | /tmp/k8s-repo | No | Path to a local Kubernetes repository, used only for tag discovery |
83
+
| start-rev | START_REV || No | The git revision to start at. Can be used as alternative to start-sha |
84
+
| env-rev | END_REV || No | The git revision to end at. Can be used as alternative to end-sha |
85
+
| discover | DISCOVER | none | No | The revision discovery mode for automatic revision retrieval (options: none, mergebase-to-latest, patch-to-patch, minor-to-minor) |
86
+
| release-bucket | RELEASE_BUCKET | kubernetes-release | No | Specify gs bucket to point to in generated notes (default "kubernetes-release") |
87
+
| release-tars | RELEASE_TARS || No | Directory of tars to sha512 sum for display |
88
88
|**OUTPUT OPTIONS**|
89
-
| output | OUTPUT || No | The path where the release notes will be written |
90
-
| format | FORMAT |markdown | Yes | The format for notes output (options: markdown, json, go-template:path/to/template.file)|
91
-
| release-version | RELEASE_VERSION || No | The release version to tag the notes with |
89
+
| output | OUTPUT || No | The path where the release notes will be written |
90
+
| format | FORMAT |go-template:default| Yes | The format for notes output (options: json, go-template:path/to/template.file) |
91
+
| release-version | RELEASE_VERSION || No | The release version to tag the notes with |
0 commit comments