mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-12 01:30:05 +00:00
style(outputs): uniform outputs to underline format
uniform outputs to underline format BREAKING CHANGE: uniform outputs to underline format Before: outputs: - new-release-published: - new-release-version - new-release-major-version - new-release-minor-version - new-release-patch-version After: outputs: - new_release_published: - new_release_version - new_release_major_version - new_release_minor_version - new_release_patch_version
This commit is contained in:
parent
463a57bad7
commit
4cea44f71a
4 changed files with 19 additions and 19 deletions
10
action.yml
10
action.yml
|
|
@ -15,15 +15,15 @@ inputs:
|
|||
description: 'Whether to run semantic release in "dry-run" mode. It will override the dryRun attribute in your configuration file'
|
||||
default: ''
|
||||
outputs:
|
||||
new-release-published:
|
||||
new_release_published:
|
||||
description: 'Whether a new release was published'
|
||||
new-release-version:
|
||||
new_release_version:
|
||||
description: "Version of the new release"
|
||||
new-release-major-version:
|
||||
new_release_major_version:
|
||||
description: "Major version of the new release"
|
||||
new-release-minor-version:
|
||||
new_release_minor_version:
|
||||
description: "Minor version of the new release"
|
||||
new-release-patch-version:
|
||||
new_release_patch_version:
|
||||
description: "Patch version of the new release"
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue