actions-marketplace-validations/Get Next Version Action
GitHub Actions to get next version from commit histories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| MINOR_UPDATE_TYPES | Minor update commit types | no | feat |
| EXCLUDE_MESSAGES | Exclude messages | no | — |
| BREAKING_CHANGE_NOTES | Breaking change notes | no | BREAKING CHANGE |
| SET_ENV_NAME | Env name. | no | NEXT_VERSION |
Outputs
| name | description |
|---|---|
| current | current version |
| next | next version |