therealwaldo/quick-release Github Action

Github Action to perform simple, and quick releases.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub Token to be used for creating pull requests, releases, etc.yes${{ github.token }}
github-usernameSet the Github username to use for creating/pushing updates.yes${{ github.actor }}
git-user-nameSet the git users full name to use when quick-release commits.yesquick-release bump
git-user-emailSet the git email address to use when quick-release commits.yes
tag-prefixTag Prefix for versions.nov
baseThe base branch a release pull request should target.yesmain
presetPreset to use for conventional-recommended-bump. If not specified will attempt to auto-detect.no
replace-filesComma separated list of paths to files in which to replace the current version with the bumped version.no
assigneesComma separated list of Github users to assign to pull-request.no
namedescription
recommendedVersionProposed version based on commits.
latestVersionPrevious or current version from tags.
changelogChangelog as generated from commits.
pull-requestPull request number if one was created or updated.
statusWhat quick-release wound up doing. One of `pull-request`, `release`, or `nothing`.