beezlabs-org/Bump Version
Action to bump the version of a project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 2, 2026
- License
- None
Pinned Snippet
uses: beezlabs-org/bump-version@aeaf3534410a2746f710919cbba99cf69b58c530 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pat | PAT for accessing the application repo | yes | — |
| increment | The type of increment to make | yes | patch |
| working-dir | The working directory of the project | no | . |
| helm | The project uses Helm | no | false |
| node | The project uses Node | no | false |
| npm-workspace-root-lock | Update the npm workspace root package-lock.json entry for working-dir | no | false |
| python | The project uses Python | no | false |
| go | The project uses Go | no | false |
| go-lib | The project is a Go library | no | false |
| java | The project uses Java | no | false |
| dotnet | The project uses Dot Net | no | false |
Outputs
no outputs