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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ The action can be configured using the following settings:
52
52
|`PatchLabels`| A comma separated list of labels that trigger a patch release. |`patch, fix`| false |
53
53
|`UsePRTitleAsReleaseName`| When enabled, uses the pull request title as the name for the GitHub release. |`false`| false |
54
54
|`UsePRBodyAsReleaseNotes`| When enabled, uses the pull request body as the release notes for the GitHub release. |`true`| false |
55
+
|`UsePRTitleAsNotesHeading`| When enabled, the release notes will begin with the pull request title as a H2 heading followed by the pull request body. |`true`| false |
55
56
|`VersionPrefix`| The prefix to use for the version number. |`v`| false |
56
57
|`WhatIf`| Control wether to simulate the action. If enabled, the action will not create any releases. Used for testing. |`false`| false |
0 commit comments