Skip to content

Commit 5f55df3

Browse files
committed
Fixes #552 Add missing readme entry for generateReleaseNotesPreviousTag
1 parent be9a4fa commit 5f55df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This action will create a GitHub release and optionally upload an artifact to it
2525
| 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. The default "Announcements" category is not supported via the API and will cause an error if used here. | false | "" |
2626
| draft | Optionally marks this release as a draft release. Set to true to enable. | false | "" |
2727
| generateReleaseNotes | Indicates if release notes should be automatically generated. | false | false |
28+
| generateReleaseNotesPreviousTag | An optional previous tag to use when generating release notes. This will limit the release notes to changes between the two tags. | false | "" |
2829
| immutableCreate | Indicates if immutable release creation should be used. When enabled, the action will first create a draft, upload artifacts, then publish the release. | false | false |
2930
| makeLatest | Indicates if the release should be the "latest" release or not. legacy specifies that the latest release should be determined based on the release creation date and higher semantic version. | false | "legacy" |
3031
| name | An optional name for the release. If this is omitted the tag will be used. | false | "" |

0 commit comments

Comments
 (0)