benjaminschmidt/Next version action
Returns the next semantic release version according to conventional commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: benjaminschmidt/simple-semantic-release@a30edb9caf3b55d24db19b3751a17f409d4775fa # 1.3.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| create-release | If true, also creates a release with the new version number. Only works on forgejo, not github. | no | false |
| token | Token used to create the release if that option has been chosen. | no | — |
Outputs
| name | description |
|---|---|
| version | Next version based on conventional commits since last tagged commit |