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
Copy file name to clipboardExpand all lines: docs/customizing.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,35 @@ If you wish to avoid that, consider using `component-no-space: true`/`--componen
116
116
|`${version}`| The version of the component being released |
117
117
|`${branch?}`| The target branch of the pull request. If you have multiple release branches, this helps identify which release branch we are working on |
118
118
119
+
#### Group Pull Request Title
120
+
121
+
For grouped/merged pull requests (when using plugins like `linked-versions` or when `separate-pull-requests` is `false`), you can use the `group-pull-request-title-pattern` option instead:
This pattern uses the same placeholders as `pull-request-title-pattern`. When used with the `linked-versions` plugin, the `${component}` placeholder will be replaced with the plugin's `groupName`.
0 commit comments