wow-actions/Release GitHub Action

Create a semantic release for your Github Action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cwdSpecify another working directory for semantic release. Default one is provided by github.no
dry_runWhether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file.no
branchesThe 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_analyzerOptions for semantic-release/commit-analyzer.no
release_notes_generatorOptions for semantic-release/release-notes-generator.no
changelogOptions for semantic-release/changelog.no
githubOptions for semantic-release/github.no
gitOptions for semantic-release/git.no
namedescription
last_release_versionVersion of the previous release, if there was one.
last_release_git_headThe sha of the last commit being part of the last release, if there was one.
last_release_git_tagThe Git tag associated with the last release, if there was one.
new_release_publishedWhether a new release was published.
new_release_versionVersion of the new release.
new_release_major_versionMajor version of the new release.
new_release_minor_versionMinor version of the new release.
new_release_patch_versionPatch version of the new release.
new_release_channelThe distribution channel on which the last release was initially made available (undefined for the default distribution channel).
new_release_notesThe release notes for the new release.
new_release_git_headThe sha of the last commit being part of the new release.
new_release_git_tagThe Git tag associated with the new release.