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
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
31
31
`
32
32
33
-
exports['Manifest buildPullRequests should allow customizing pull request title with root package 1']=`
33
+
exports['Manifest buildPullRequests should allow customizing pull request title with root package with SPACE in component 1']=`
* some bugfix ([bbbbbb](https://github.com/fake-owner/fake-repo/commit/bbbbbb))
69
+
</details>
70
+
71
+
---
72
+
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
73
+
`
74
+
75
+
exports['Manifest buildPullRequests should allow customizing pull request title with root package without SPACE in component 1']=`
Copy file name to clipboardExpand all lines: docs/cli.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,33 +39,34 @@ release-please bootstrap \
39
39
40
40
Extra options:
41
41
42
-
| Option | Type | Description |
43
-
| ------ | ---- | ----------- |
44
-
|`--config-file`|`string`| Override the path to the release-please config file. Defaults to `release-please-config.json`|
45
-
|`--manifest-file`|`string`| Override the path to the release-please manifest file. Defaults to `.release-please-manifest.json`|
46
-
|`--path`|`string`| Path for changes to consider part of this component's release. Defaults to `.` Other paths should be relative to the repository root and not include `.`|
47
-
|`--package-name`|`string`| Name of the package being released. Defaults to a value determined by the configured release type |
48
-
|`--component`|`string`| Name of the component used for branch naming and release tagging. Defaults to a normalized version based on the package name |
49
-
|`--release-type`|[`ReleaseType`](/docs/customizing.md#strategy-language-types-supported)| Language strategy that determines which files to update |
50
-
|`--initial-version`|`string`| Version string to set as the last released version of this package. Defaults to `0.0.0`|
51
-
|`--versioning-strategy`|[`VersioningStrategyType`](/docs/customizing.md#versioning-strategies)| Override method of determining SemVer version bumps based on commits. Defaults to `default`|
52
-
|`--bump-minor-pre-major`|`boolean`| Configuration option for the versioning strategy. If set, will bump the minor version for breaking changes for versions < 1.0.0 |
53
-
|`--bump-patch-for-minor-pre-major`|`boolean`| Configuration option for the versioning strategy. If set, will bump the patch version for features for versions < 1.0.0 |
54
-
|`--prerelease-type`|`string`| Configuration option for the prerelease versioning strategy. If prerelease strategy used and type set, will set the prerelease part of the version to the provided value in case prerelease part is not present. |
55
-
|`--draft`|`boolean`| If set, create releases as drafts |
56
-
|`--prerelease`|`boolean`| If set, create releases that are pre-major or pre-release version marked as pre-release on Github|
57
-
|`--draft-pull-request`|`boolean`| If set, create pull requests as drafts |
58
-
|`--label`|`string`| Comma-separated list of labels to apply to the release pull requests. Defaults to `autorelease: pending`|
59
-
|`--release-label`|`string`| Comma-separated list of labels to apply to the pull request after the release has been tagged. Defaults to `autorelease: tagged`|
60
-
|`--changelog-path`|`string`| Override the path to the managed CHANGELOG. Defaults to `CHANGELOG.md`|
61
-
|`--changelog-type`|[`ChangelogType`](/docs/customizing.md#changelog-types)| Strategy for building the changelog contents. Defaults to `default`|
62
-
|`--changelog-sections`|`string`| Comma-separated list of commit scopes to show in changelog headings |
63
-
|`--changelog-host`|`string`| Host for commit hyperlinks in the changelog. Defaults to `https://github.com`|
64
-
|`--pull-request-title-pattern`|`string`| Override the pull request title pattern. Defaults to `chore${scope}: release${component} ${version}`|
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.`|
67
-
|`--extra-files`|`string[]`| Extra file paths for the release strategy to consider |
68
-
|`--version-file`|`string`| Ruby only. Path to the `version.rb` file |
|`--config-file`|`string`| Override the path to the release-please config file. Defaults to `release-please-config.json`|
45
+
|`--manifest-file`|`string`| Override the path to the release-please manifest file. Defaults to `.release-please-manifest.json`|
46
+
|`--path`|`string`| Path for changes to consider part of this component's release. Defaults to `.` Other paths should be relative to the repository root and not include `.`|
47
+
|`--package-name`|`string`| Name of the package being released. Defaults to a value determined by the configured release type |
48
+
|`--component`|`string`| Name of the component used for branch naming and release tagging. Defaults to a normalized version based on the package name |
49
+
|`--release-type`|[`ReleaseType`](/docs/customizing.md#strategy-language-types-supported)| Language strategy that determines which files to update |
50
+
|`--initial-version`|`string`| Version string to set as the last released version of this package. Defaults to `0.0.0`|
51
+
|`--versioning-strategy`|[`VersioningStrategyType`](/docs/customizing.md#versioning-strategies)| Override method of determining SemVer version bumps based on commits. Defaults to `default`|
52
+
|`--bump-minor-pre-major`|`boolean`| Configuration option for the versioning strategy. If set, will bump the minor version for breaking changes for versions < 1.0.0 |
53
+
|`--bump-patch-for-minor-pre-major`|`boolean`| Configuration option for the versioning strategy. If set, will bump the patch version for features for versions < 1.0.0 |
54
+
|`--prerelease-type`|`string`| Configuration option for the prerelease versioning strategy. If prerelease strategy used and type set, will set the prerelease part of the version to the provided value in case prerelease part is not present. |
55
+
|`--draft`|`boolean`| If set, create releases as drafts |
56
+
|`--prerelease`|`boolean`| If set, create releases that are pre-major or pre-release version marked as pre-release on Github |
57
+
|`--draft-pull-request`|`boolean`| If set, create pull requests as drafts |
58
+
|`--label`|`string`| Comma-separated list of labels to apply to the release pull requests. Defaults to `autorelease: pending`|
59
+
|`--release-label`|`string`| Comma-separated list of labels to apply to the pull request after the release has been tagged. Defaults to `autorelease: tagged`|
60
+
|`--changelog-path`|`string`| Override the path to the managed CHANGELOG. Defaults to `CHANGELOG.md`|
61
+
|`--changelog-type`|[`ChangelogType`](/docs/customizing.md#changelog-types)| Strategy for building the changelog contents. Defaults to `default`|
62
+
|`--changelog-sections`|`string`| Comma-separated list of commit scopes to show in changelog headings |
63
+
|`--changelog-host`|`string`| Host for commit hyperlinks in the changelog. Defaults to `https://github.com`|
64
+
|`--pull-request-title-pattern`|`string`| Override the pull request title pattern. Defaults to `chore${scope}: release${component} ${version}`|
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.`|
67
+
|`--component-no-space`|`boolean`| release-please automatically adds `` (space) in front of parsed ${component}. This option indicates whether that behaviour should be disabled. Defaults to `false`|
68
+
|`--extra-files`|`string[]`| Extra file paths for the release strategy to consider |
69
+
|`--version-file`|`string`| Ruby only. Path to the `version.rb` file |
Copy file name to clipboardExpand all lines: schemas/config.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,10 @@
233
233
"initial-version": {
234
234
"description": "Releases the initial library with a specified version",
235
235
"type": "string"
236
+
},
237
+
"component-no-space": {
238
+
"description": "release-please automatically adds ` ` (space) in front of parsed ${component}. This option indicates whether that behaviour should be disabled. Defaults to `false`",
239
+
"type": "boolean"
236
240
}
237
241
}
238
242
}
@@ -423,6 +427,10 @@
423
427
"release-label": {
424
428
"description": "Comma-separated list of labels to add to a pull request that has been released/tagged",
425
429
"type": "string"
430
+
},
431
+
"component-no-space": {
432
+
"description": "release-please automatically adds ` ` (space) in front of parsed ${component}. This option indicates whether that behaviour should be disabled. Defaults to `false`",
0 commit comments