dtgreene/Keyword Version Bump
Bumps project version based on a list of keywords
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 27, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dtgreene/keyword-version-bump@3394e5f0c76e9192d75cb3ec9ad83ee434a61ee1 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| search-target | The target word used for searching | yes | — |
| keywords-major | Comma-separated, case-sensitive list of words that trigger a major version bump | no | "" |
| keywords-minor | Comma-separated, case-sensitive list of words that trigger a minor version bump | no | "" |
| keywords-patch | Comma-separated, case-sensitive list of words that trigger a patch version bump | no | "" |
| default-bump-type | The fallback bump type to use when keyword matching yields no results | no | "" |
| commit-message | The commit message of the version bump | no | [skip ci]: Automated version bump {version} |
| configuration | Path to an external json configuration file | no | "" |
Outputs
no outputs