salt-labs/It's Shipping Time

An opinionated GitHub Action to prepare for shipping time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
loglevelSets the action log level from DEBUG,INFO,WARN,ERRnoINFO
tag_enableEnable this to have the git tag applied to HEADnoFALSE
tag_forceIn the event there is a git tag collision, this forces the tag to shift to HEADnoFALSE
changelog_enableIf you want the changelog outputnoFALSE
git_pretty_formatThe format to pass to git log --pretty for the changelog.no* %G? %h %aN %s
calver_enableEnable to output Calendar Version numbernoFALSE
calver_schemeThe Calendar Versioning scheme you want to be used. See the README for details.noYYYY.0M.0D.GEN
calver_splitThe character used to split the CalVer schemeno.
calver_split_modIf you wish to use a different character for the CalVer modifier. Defaults to the same as calver split.no""
calver_timezoneThe TimeZone for the Calendar Version outputnoUTC-0
calver_prefixA manual prefix to apply to the calendar version number. For example; 'v'no""
calver_suffixA manual suffix to apply to the calendar version number. For example; '-dev'no""
semver_enableFor those times you really need Semantic Versioning, like Go modules and dealing with Cargo.no""
semver_typeThe Semantic Versioning type to increment. 'major', 'minor', 'patch'nopatch
semver_prefixA manual prefix to apply to the semantic version number. For example; 'v'no""
semver_suffixA manual suffix to apply to the semantic version number. For example; '-dev'no""
namedescription
changelogGit changelog
calverCalendar Versioning number
repo_ownerGitHub repository organisation or user account
repo_nameGitHub repository name