tmknom/Bump Version
Specify the version level to increment and calculate the next version based on semantic versioning. Choose to bump either the major, minor, or patch version. If the current version is not provided, it will be automatically fetched from the latest Git tag. ## Usage ```yaml steps: - name: Bump Version uses: tmknom/bump-version-action@v0 with: bump-level: minor ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump-level | Determines which part of the version to increment [patch/minor/major] | yes | — |
| current-version | The current version. | no | — |
Outputs
| name | description |
|---|---|
| version | The bumped version. |