giantnodes/giantnodes/next-semver
increments the semver from a version file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | a path to a version file that contains the version to increment | yes | — |
| type | a sermver release type | yes | prerelease |
| identifier | a identifier to be used to prefix version increment | no | — |
Outputs
| name | description |
|---|---|
| version | the incremented version |
| tag | the version tag, either latest or the identifier when provided |