salt-labs/It's Shipping Time
An opinionated GitHub Action to prepare for shipping time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| loglevel | Sets the action log level from DEBUG,INFO,WARN,ERR | no | INFO |
| tag_enable | Enable this to have the git tag applied to HEAD | no | FALSE |
| tag_force | In the event there is a git tag collision, this forces the tag to shift to HEAD | no | FALSE |
| changelog_enable | If you want the changelog output | no | FALSE |
| git_pretty_format | The format to pass to git log --pretty for the changelog. | no | * %G? %h %aN %s |
| calver_enable | Enable to output Calendar Version number | no | FALSE |
| calver_scheme | The Calendar Versioning scheme you want to be used. See the README for details. | no | YYYY.0M.0D.GEN |
| calver_split | The character used to split the CalVer scheme | no | . |
| calver_split_mod | If you wish to use a different character for the CalVer modifier. Defaults to the same as calver split. | no | "" |
| calver_timezone | The TimeZone for the Calendar Version output | no | UTC-0 |
| calver_prefix | A manual prefix to apply to the calendar version number. For example; 'v' | no | "" |
| calver_suffix | A manual suffix to apply to the calendar version number. For example; '-dev' | no | "" |
| semver_enable | For those times you really need Semantic Versioning, like Go modules and dealing with Cargo. | no | "" |
| semver_type | The Semantic Versioning type to increment. 'major', 'minor', 'patch' | no | patch |
| semver_prefix | A manual prefix to apply to the semantic version number. For example; 'v' | no | "" |
| semver_suffix | A manual suffix to apply to the semantic version number. For example; '-dev' | no | "" |
Outputs
| name | description |
|---|---|
| changelog | Git changelog |
| calver | Calendar Versioning number |
| repo_owner | GitHub repository organisation or user account |
| repo_name | GitHub repository name |