mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 19:04:20 +00:00
feat: add generate from latest tag
This commit is contained in:
parent
c9b46fe7aa
commit
4a08b319df
5 changed files with 114 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue