saleweaver/Version Increment Action
Automatically increments the version in a specified version file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | The file path where the version is stored. | yes | — |
| version_key | The version key to search for (e.g., '__version__'). | yes | — |
Outputs
| name | description |
|---|---|
| new_version | The new version number. |