callowayproject/Bump My Version
Bump version of a project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | May contain any of the following: VERSION_PART (e.g. minor), FILES (additional file(s) to modify). | no | "" |
| github-token | GitHub Token to use instead of the default one. | no | ${{ github.token }} |
| branch | Destination branch to push changes. | no | ${{ github.ref }} |
Outputs
| name | description |
|---|---|
| bumped | Whether there was a bump or not [true|false] |
| previous-version | Previous version |
| current-version | Updated version |