mateothegreat/action-semantic-release

GitHub action to auto-magically perform semantic version bumps and create releases.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenGitHub token with repo permissions.yes
ownerThe owner of this repository.yes
repoThe name of this repository.yes
defaultThe default tag if there are no tags (defaults to 0.0.0).no
prefixPrefix to add to the semantic version value (defaults to none).no
incrementIncrement based on major, minor, or release.yes
branchBranch to base tag off of (defaults to main).no
release_nameName of the release (defaults to the new version).no
release_bodyBody of the release.no
release_notesAutomatically generate release notes for the release (it will be appended to the body if it is set).no
committer_nameName of the committer.yes
committer_emailEmail of the committer.yes
namedescription
current_versionCurrent (previous) version (i.e.: 0.0.1).
next_versionNext (applied) version (i.e.: 0.0.2).