wipacrepo/Compute Bumped Version
Computes the next semantic version based on commit messages and changed files since the last version tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| force-patch-if-no-commit-token | Force patch bump if no [major], [minor], [patch], or [fix] found in commit message(s) | no | false |
| ignore-paths | Newline-delimited gitignore-style patterns (e.g. `resources/**`) — if all changed files match these and there's no bump token, no release is made | no | "" |
| version-style | Your project's style of versioning. Example: 'X.Y.Z' (default), 'X.Y' (no patch segment) | no | X.Y.Z |
Outputs
| name | description |
|---|---|
| version | The next semantic version (empty string if no bump is needed) |