convention-change/conventional-version-check
read version content as conventional version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sha-length | length of short-sha to return | no | 8 |
| sha-short-variable-env | short-sha env | no | SHA-SHORT |
| tag-regex | Regex to capture a group text as tag name. Full tag string is returned if regex is not defined. | no | "" |
| tag-regex-group | Regex group number to return as tag name. | no | 1 |
| tag-version-env | short-sha env | no | GIT_TAG_VERSION |
| cc-log-path | Path to the CHANGELOG file containing the log entries by conventional commits | no | ./CHANGELOG.md |
| cc-version-wanted | Version of the log entry wanted | no | — |
Outputs
| name | description |
|---|---|
| sha | commit of git full sha |
| short-sha | commit of git full sha short |
| tag-version | tag name when CI in refs/tags |
| cc-latest-version | version of latest conventional changelog |
| cc-latest-date | date of latest conventional changelog |
| cc-latest-status | status of latest |
| cc-latest-changes-log | content of latest conventional changelog |