huggingface/Semver release @ Huggingface
Github action to release projects using semantic versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branches | The branches on which releases should happen | yes | ["main"] |
| dryRun | The 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. | no | false |
| commitAnalyzerPluginOpts | JSON Options to pass to commit analyzer plugins. See : https://github.com/semantic-release/commit-analyzer#options | no | "" |
Outputs
| name | description |
|---|---|
| tag | Tag as tag-prefix + version, example: v1.2.3 |
| version | New version or current version if not released, example: 1.2.3 |
| changelog | Changelog of the new version |
| released | True if new version was released |