kurt-code/Semantic Version Update
Given a semantic version string it will generate a new version based on the required operation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-name | the version to be updated | no | — |
| version-name-postfix | the version name postfix | no | — |
| version-code | the version code to be updated | no | — |
| version-file | the version properties file to be updated | no | — |
| version-name-key | the version name key inside the properties file | no | — |
| version-code-key | the version code key inside the properties file | no | — |
| update-type | the version update type, PATCH, MINOR, MAJOR, PRE-RELEASE, RELEASE | yes | 1.0.0 |
Outputs
| name | description |
|---|---|
| new-version-name | the new version |
| new-version-code | the new version code |