cezarypiatek/Next version number generator
GithubAction for generating next version number based on the git log and message patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| major-pattern | Regex pattern for detecting major number bum up | no | — |
| minor-pattern | Regex pattern for detecting minor number bum up | no | — |
| patch-pattern | Regex pattern for detecting patch number bum up | no | — |
| version-tag-prefix | Prefix of version tag. Empty by default | no | — |
| output-to-env-variable | The environment variable to store the result | no | — |
Outputs
| name | description |
|---|---|
| nextVersion | The next version |