wow-actions/Release GitHub Action
Create a semantic release for your Github Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Specify another working directory for semantic release. Default one is provided by github. | no | — |
| dry_run | Whether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file. | no | — |
| branches | The branches on which releases should happen. It will override the branches attribute in your configuration file. Support for semantic-release above v16. See https://semantic-release.gitbook.io/semantic-release/usage/configuration#branches for more information. | no | — |
| commit_analyzer | Options for semantic-release/commit-analyzer. | no | — |
| release_notes_generator | Options for semantic-release/release-notes-generator. | no | — |
| changelog | Options for semantic-release/changelog. | no | — |
| github | Options for semantic-release/github. | no | — |
| git | Options for semantic-release/git. | no | — |
Outputs
| name | description |
|---|---|
| last_release_version | Version of the previous release, if there was one. |
| last_release_git_head | The sha of the last commit being part of the last release, if there was one. |
| last_release_git_tag | The Git tag associated with the last release, if there was one. |
| new_release_published | Whether a new release was published. |
| new_release_version | Version of the new release. |
| new_release_major_version | Major version of the new release. |
| new_release_minor_version | Minor version of the new release. |
| new_release_patch_version | Patch version of the new release. |
| new_release_channel | The distribution channel on which the last release was initially made available (undefined for the default distribution channel). |
| new_release_notes | The release notes for the new release. |
| new_release_git_head | The sha of the last commit being part of the new release. |
| new_release_git_tag | The Git tag associated with the new release. |