sweet-io-org/Increment Version
A GitHub Action to increment a version number based on semantic versioning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The current version. | yes | — |
| increment | The type of increment: major, minor, or patch. | yes | — |
Outputs
| name | description |
|---|---|
| new_version | The incremented version. |