roang-zero1/GitHub Create Tag Release

Create a GitHub release from a pushed Tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
version_regexRegular expression to verify that the version is in a correct format. Defaults to .* (accept everything).no^.*$
prerelease_regexAny version matching this regular expression will be marked as pre-release. Disabled by default.no""
create_draftCreate the releases as draft (true|false [default: false]). Existing will not be updated from released to draft.nofalse
update_existingControls whether an existing release should be updated with data from the latest push (true|false [default: false]).nofalse
created_tagAllows to pass an already created tag, forces update_existing to true.no""
release_titleAllows to pass a title for the release.no""
changelog_filePath of file that contains the Markdown formatted changelog.noCHANGELOG.md
changelog_headingHeading level at which the tag headings exist.noh2
release_textText body that will be added to the release. This will disable change log parsingno""
namedescription
idThe ID of the created Release
html_urlThe URL users can navigate to in order to view the release
upload_urlThe URL for uploading assets to the release
changelogParsed content from the provided changelog file