koki-develop/Bump Semantic Version Action
Bump a semantic version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| current-version | The current version. If not provided, the action will use the latest version in the repository. | — | — |
| level | The level of the bump. (major|minor|patch) | yes | — |
| force | Whether to force the tag creation. | — | false |
| initial-version | The version to be pushed when no tags exist yet. | — | v0.0.1 |
| token | The GitHub token. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| current-version | The current version. |
| new-version | The new version. |