Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce notes-start-tag option #1141

Merged
merged 7 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ otherwise, a name will be automatically generated. If `body` or `body_path` is s
the body will be pre-pended to the automatically generated notes.
For more information, see "[Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)".

### notes-start-tag

The start tag for release notes generation.

### overwrite

Whether to overwrite the release if it already exists.
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ inputs:
description: "Whether to automatically generate the name and body for this release."
required: false
default: false
notes-start-tag:
description: "The start tag for release notes generation."
required: false
overwrite:
description: "Whether to overwrite the release if it already exists."
required: false
Expand Down
Loading