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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ Generate Release Notes action is dedicated to enhance the quality and organizati
74
74
|`warnings`| Set to true to print service chapters in the release notes. These warnings identify issues without release notes, without user-defined labels, or without associated pull requests, and PRs without linked issues. | No | true (Service chapters are printed.) |
75
75
|`print-empty-chapters`| Set it to true to print chapters with no issues or PRs. | No | true (Empty chapters are printed.) |
76
76
77
+
> [!WARNING]
78
+
> -`warnings`
79
+
> -**Disabling this feature will hide service chapter showing direct commits!** These cannot be visible in custom chapters as they do not have labels!
80
+
81
+
77
82
## Outputs
78
83
The output of the action is a markdown string containing the release notes for the specified tag. This string can be used in subsequent steps to publish the release notes to a file, create a GitHub release, or send notifications.
0 commit comments