mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-27 13:54:46 +00:00
feat(outputs): add new_release_channel
This commit is contained in:
parent
606b318c9c
commit
ae40dc6658
6 changed files with 10 additions and 2 deletions
|
|
@ -34,6 +34,8 @@ outputs:
|
|||
description: 'Minor version of the new release'
|
||||
new_release_patch_version:
|
||||
description: 'Patch version of the new release'
|
||||
new_release_channel:
|
||||
description: 'The distribution channel on which the last release was initially made available (undefined for the default distribution channel).'
|
||||
new_release_notes:
|
||||
description: 'The release notes for the new release.'
|
||||
runs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue