actions-marketplace-validations/Tag/Release on Push Action

Creates a Tag/Release on Push. Generates Release Notes. Customizable with Pull Request Labels

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bump_version_schemeThe bumping scheme to use by default. One of minor|major|patch|noreleaseyes
release_bodyAdditional text to insert into the release's body.no
tag_prefixPrefix to append to git tags. To unset this, set version_prefix to an empty string.nov
release_nameName of the release. Supports these template variables: <RELEASE_VERSION> the version number, e.g. "1.2.3" <RELEASE_TAG> the git tag name, e.g. "v1.2.3" yes<RELEASE_TAG>
max_commitsMaximum number of commits to add to release bodyno50
use_github_release_notesWhen set to 'true', uses Github's Generated Release Notes instead of this plugin's release notesnofalse
dry_runWhen set to 'true', will compute the next tag, but will not create a release.nofalse
namedescription
tag_nameTag of released version
versionVersion of release
bodyGithub Release Body in Text
upload_urlGithub Release Upload URL