konveyor/create-release-draft

Prepare the change log and create the release draft.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub API token with push permissions to the repo. Used for creating the release draft.yes
tagAn existing tag to use for the release draft.yes
prev_tagThe previous tag to start calculating the change log from.yes
ownerOwner of the repo to create the release draft for. Default is the owner of the current repo.no""
repoRepo to create the release draft for. Default is the current repo.no""
titleThe title for the release draft. Default is 'Release ' + tag.no""
title_prefixtitle = prefix + tag. If both title and title_prefix are specified then title takes priority.no""
headerThe header will be placed before the change log in the release body. Default empty string.no""
footerThe footer will be placed after the change log in the release body. Default empty string.no""
no_changes_messageThis message will be placed in the release body when the change log is empty.noNo changes from the previous release.
draftSet to false to publish this release draft. Default is true.no""
prereleaseSet to true if this is a prerelease. By default it parses the tag as a semantic version to see if it is a prerelease.no""
configPath to a configuration file. By default no config is used. The settings specified here override those in the config.no""

no outputs