amiiit/merge-bump-release

GitHub action to be applied on merged pull-request, to bump a semver and create a new release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenSecret GitHub tokenyes
tag_prefixA prefix to add to the tag, defaults to "v"no""
bumpBump type to determine which part of the SemVer will be increased. Can be one of: minor/major/patch. Will default to patch, unless other mechanisms of determining these were definedno
infer_bump_from_commitIf set to true, looks for major, minor, patch in the commit in order to determine the bump.no
namedescription
next_versionThe next version name (including the prefix)
releaseRelease object of the created release (if succeeded). See https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release
tag_nameTag name (e.g. `3.0.4`) of the newly created release.
assets_upload_urlUpload URL for the release assets in the form of 'https://uploads.github.com/repos/<ORG_NAME>/<REPO_NAME>/releases/<RELEASE_ID>/assets