fingerprintjs/Semantic Release Preview

Action to get next semantic release info, does not publish. export the info as output variables

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: fingerprintjs/action-semantic-release-info@67518674cf1e7edf4e0d565bcca4e08faf03caf3 # v2.0.0

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

namedescriptionrequireddefault
semanticReleasePluginsAdditional semantic release pluginsno""
cwdThe working directory in which semantic-release should be executed.no""
namedescription
typeThe part of the version incremented - major/minor/patch
channelThe distribution channel on which the last release was initially made available
git_headThe sha of the last commit being part of the release
versionThe version of the release
git_tagThe Git tag associated with the release
nameThe name of the release
notesThe release notes of the release (a summary of git commits)
no_releaseIf true, new release will not generated after merging the pr