agrc/Get Next Version
Get the next version for a project release based on conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prerelease | Determines if the proposed version number includes a prerelease tag (e.g. 1.0.0-rc.1) | no | false |
| repo-token | A token with access to your repo (e.g. {{ secrets.GITHUB_TOKEN }}) | yes | — |
Outputs
| name | description |
|---|---|
| version | The new version e.g. (v1.0.0) |
| major | The new major version number e.g. (1) |
| minor | The new minor version number e.g. (0) |
| patch | The new patch version number e.g. (0) |
| current-version-number | The current version number e.g. (1.0.0) |