benwoo1110/Advanced Semantic Release Action

Automate the whole package release workflow with semantic-release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 29, 2025
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: benwoo1110/semantic-release-action@a0d69ba482c6757773a36d52fc43ba9f5ee4778a # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenThe GitHub token to use for authenticationyes
repo_ownerThe owner of the repositoryno
repo_nameThe name of the repositoryno
version_bumpThe version bump to use. Not applicable if release_mode is promote.no
release_modeType of release to perform. Can be one of: release, prerelease, promote.noprerelease
promote_fromThe prerelease version to promote from. Not applicable if release_mode is not promote.no
namedescription
release_createdWhether a release was created
tag_nameThe version that was released
prereleaseWhether the release is a prerelease
bodyThe body of the release
publish_versionThe build version of the release
release_typeThe type of release. Either beta or release.