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
-
| org | ORG | kubernetes | Yes | Name of GitHub organization |
77
-
| repo | 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
-
| github-base-url | GITHUB_BASE_URL || No | The base URL of Github |
83
-
| github-upload-url | GITHUB_UPLOAD_URL || No | The upload URL of enterprise Github |
84
-
| repo-path | REPO_PATH | /tmp/k8s-repo | No | Path to a local Kubernetes repository, used only for tag discovery |
85
-
| start-rev | START_REV || No | The git revision to start at. Can be used as alternative to start-sha |
86
-
| end-rev | END_REV || No | The git revision to end at. Can be used as alternative to end-sha |
87
-
| discover | DISCOVER | none | No | The revision discovery mode for automatic revision retrieval (options: none, mergebase-to-latest, patch-to-patch, patch-to-latest, minor-to-minor) |
88
-
| release-bucket | RELEASE_BUCKET | kubernetes-release | No | Specify gs bucket to point to in generated notes (default "kubernetes-release") |
89
-
| release-tars | RELEASE_TARS || No | Directory of tars to sha512 sum for display |
75
+
|| GITHUB_TOKEN || Yes | A personal GitHub access token |
76
+
| org | ORG | kubernetes | Yes | Name of GitHub organization |
77
+
| repo | 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
+
| github-base-url | GITHUB_BASE_URL || No | The base URL of Github |
83
+
| github-upload-url | GITHUB_UPLOAD_URL || No | The upload URL of enterprise Github |
84
+
| repo-path | REPO_PATH | /tmp/k8s-repo | No | Path to a local Kubernetes repository, used only for tag discovery |
85
+
| start-rev | START_REV || No | The git revision to start at. Can be used as alternative to start-sha |
86
+
| end-rev | END_REV || No | The git revision to end at. Can be used as alternative to end-sha |
87
+
| skip-first-commit | SKIP_FIRST_COMMIT | false | No | Skip the first commit if --start-rev is being used. This is useful if the --start-rev is a tag which should not be included in the release notes. |
88
+
| discover | DISCOVER | none | No | The revision discovery mode for automatic revision retrieval (options: none, mergebase-to-latest, patch-to-patch, patch-to-latest, minor-to-minor) |
89
+
| release-bucket | RELEASE_BUCKET | kubernetes-release | No | Specify gs bucket to point to in generated notes (default "kubernetes-release") |
90
+
| release-tars | RELEASE_TARS || No | Directory of tars to sha512 sum for display |
90
91
|**OUTPUT OPTIONS**|
91
-
| output | OUTPUT || No | The path where the release notes will be written |
92
-
| format | FORMAT | markdown | No | The format for notes output (options: json, markdown) |
93
-
| markdown-links | MARKDOWN_LINKS | false | No | Add links for PRs and authors in the markdown format. This is useful when the release notes are outputted to a file. When using the GitHub release page to publish release notes, this option should be set to false to take advantage of Github's autolinked references (options: true, false)|
94
-
| go-template | GO_TEMPLATE | go-template:default| No | The go template if `--format=markdown` (options: go-template:default, go-template:inline:<template-string> go-template:<file.template>) |
| output | OUTPUT || No | The path where the release notes will be written|
93
+
| format | FORMAT | markdown | No | The format for notes output (options: json, markdown)|
94
+
| markdown-links | MARKDOWN_LINKS | false | No | Add links for PRs and authors in the markdown format. This is useful when the release notes are outputted to a file. When using the GitHub release page to publish release notes, this option should be set to false to take advantage of Github's autolinked references (options: true, false) |
95
+
| go-template | GO_TEMPLATE | go-template:default| No | The go template if `--format=markdown` (options: go-template:default, go-template:inline:<template-string> go-template:<file.template>)|
96
+
| dependencies || true | No | Add dependency report|
0 commit comments