11
0
Fork 0
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:
cycjimmy 2020-07-02 15:28:08 +08:00
parent 606b318c9c
commit ae40dc6658
6 changed files with 10 additions and 2 deletions

View file

@ -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: