khulnasoft/Github Semantic release action
This tool performs semantic release or returns value of next release version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry_run | dry run - if only version should be returned without releasing new version | no | false |
| extra_plugins | plugins beside semantic-release/changelog, semantic-release/git, semantic-release/exec are to be installed | — | — |
| git_committer_name | committer name for semantic release changes | no | semantic-release-bot |
| git_committer_email | committer email address for semantic release changes | no | semantic-release-bot |
| gpg_private_key | gpg private key matching committer email | no | — |
| passphrase | passphrase for gpg private key | no | — |
Outputs
| name | description |
|---|---|
| new_release_version | Version of the new release |
| new_release_published | Whether a new release was published |