fingerprintjs/Semantic Release Preview
Action to get next semantic release info, does not publish. export the info as output variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 12, 2025
- License
- MIT
Pinned Snippet
uses: fingerprintjs/action-semantic-release-info@67518674cf1e7edf4e0d565bcca4e08faf03caf3 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| semanticReleasePlugins | Additional semantic release plugins | no | "" |
| cwd | The working directory in which semantic-release should be executed. | no | "" |
Outputs
| name | description |
|---|---|
| type | The part of the version incremented - major/minor/patch |
| channel | The distribution channel on which the last release was initially made available |
| git_head | The sha of the last commit being part of the release |
| version | The version of the release |
| git_tag | The Git tag associated with the release |
| name | The name of the release |
| notes | The release notes of the release (a summary of git commits) |
| no_release | If true, new release will not generated after merging the pr |