feat: add generate from latest tag

This commit is contained in:
Paulo Cesar 2023-07-10 13:48:00 -03:00
parent c9b46fe7aa
commit 4a08b319df
No known key found for this signature in database
GPG key ID: 04A5F4ED0689315F
5 changed files with 114 additions and 14 deletions

View file

@ -43,6 +43,10 @@ inputs:
generate_release_notes:
description: "Whether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes."
required: false
previous_tag:
description: "The tag name of the previous release. If not specified, the previous tag will be detected automatically."
required: false
default: ""
append_body:
description: "Append to existing body instead of overwriting it. Default is false."
required: false