koenigseder/Create release and SemVer tag

A GitHub Action which automatically creates releases and SemVer tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGitHub tokenyes""
release-bodyThe release's bodyno
base-branchThe base branch to create the release fromnomaster
semver-prefixA prefix like 'v' in front of the version numberno""
semver-start-versionIf there is no release so far, start with thisno1.0.0
major-release-labelName of the label that is used to determine if it's a major releasenomajor change
minor-release-labelName of the label that is used to determine if it's a minor releasenominor change
patch-release-labelName of the label that is used to determine if it's a patch releasenopatch change
namedescription
new-release-tagThe newly created semver tag
major-release-labelName of the label that is used to determine if it's a major release
minor-release-labelName of the label that is used to determine if it's a minor release
patch-release-labelName of the label that is used to determine if it's a patch release