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
The function already exists, but it cannot be changed as a parameter for package users. This update makes the setting available to everyone.
Co-authored-by: Jeff Ching <chingor@google.com>
Copy file name to clipboardExpand all lines: docs/cli.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ Extra options:
63
63
|`--changelog-host`|`string`| Host for commit hyperlinks in the changelog. Defaults to `https://github.com`|
64
64
|`--pull-request-title-pattern`|`string`| Override the pull request title pattern. Defaults to `chore${scope}: release${component} ${version}`|
65
65
|`--pull-request-header`|`string`| Override the pull request header. Defaults to `:robot: I have created a release *beep* *boop*`|
66
+
|`--pull-request-footer`|`string`| Override the pull request footer. Defaults to `This PR was generated with Release Please. See documentation.`|
66
67
|`--extra-files`|`string[]`| Extra file paths for the release strategy to consider |
67
68
|`--version-file`|`string`| Ruby only. Path to the `version.rb` file |
68
69
@@ -112,6 +113,7 @@ need to specify your release options:
112
113
|`--monorepo-tags`| boolean | Add prefix to tags and branches, allowing multiple libraries to be released from the same repository |
113
114
|`--pull-request-title-pattern`|`string`| Override the pull request title pattern. Defaults to `chore${scope}: release${component} ${version}`|
114
115
|`--pull-request-header`|`string`| Override the pull request header. Defaults to `:robot: I have created a release *beep* *boop*`|
116
+
|`--pull-request-footer`|`string`| Override the pull request footer. Defaults to `This PR was generated with Release Please. See documentation.`|
115
117
|`--signoff`| string | Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>") |
116
118
|`--extra-files`|`string[]`| Extra file paths for the release strategy to consider |
117
119
|`--version-file`|`string`| Ruby only. Path to the `version.rb` file |
@@ -152,6 +154,7 @@ need to specify your release options:
152
154
|`--monorepo-tags`| boolean | Add prefix to tags and branches, allowing multiple libraries to be released from the same repository |
153
155
|`--pull-request-title-pattern`|`string`| Override the pull request title pattern. Defaults to `chore${scope}: release${component} ${version}`|
154
156
|`--pull-request-header`|`string`| Override the pull request header. Defaults to `:robot: I have created a release *beep* *boop*`|
157
+
|`--pull-request-footer`|`string`| Override the pull request footer. Defaults to `This PR was generated with Release Please. See documentation.`|
155
158
|`--draft`|`boolean`| If set, create releases as drafts |
156
159
|`--prerelease`|`boolean`| If set, create releases that are pre-major or pre-release version marked as pre-release on Github|
157
160
|`--label`|`string`| Comma-separated list of labels to apply to the release pull requests. Defaults to `autorelease: pending`|
'This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).';
0 commit comments