dervexdev/File Version Bumper
Bump version in any JSON or TOML file with this simple Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the JSON or TOML file you want to bump | yes | — |
| version | The version to bump to, defaults to the tag name | no | — |
| format | The format of the file you want to bump, defaults to the file extension | no | — |
Outputs
| name | description |
|---|---|
| new_version | The new file version |
| old_version | The previous file version |