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
@@ -13,6 +13,7 @@ This action will create a GitHub release and optionally upload an artifact to it
13
13
-**commit**: An optional commit reference. This will be used to create the tag if it does not exist.
14
14
-**discussionCategory**: When provided this will generate a discussion of the specified category. The category must exist otherwise this will cause the action to fail. This isn't used with draft releases.
15
15
-**draft**: Optionally marks this release as a draft release. Set to `true` to enable.
16
+
-**generateReleaseNotes**: Indicates if release notes should be automatically generated. Set to `true` to enable.
16
17
-**name**: An optional name for the release. If this is omitted the tag will be used.
17
18
-**omitBody**: Indicates if the release body should be omitted.
18
19
-**omitBodyDuringUpdate**: Indicates if the release body should be omitted during updates. The body will still be applied for newly created releases. This will preserve the existing body during updates.
0 commit comments