huggingface/Semver release @ Huggingface

Github action to release projects using semantic versioning

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchesThe branches on which releases should happenyes["main"]
dryRunThe objective of the dry-run mode is to get a preview of the pending release. Dry-run mode skips the following steps: prepare, publish, addChannel, success and fail. In addition to this it prints the next version and release notes to the console.nofalse
commitAnalyzerPluginOptsJSON Options to pass to commit analyzer plugins. See : https://github.com/semantic-release/commit-analyzer#optionsno""
namedescription
tagTag as tag-prefix + version, example: v1.2.3
versionNew version or current version if not released, example: 1.2.3
changelogChangelog of the new version
releasedTrue if new version was released