11
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-04-25 04:44:32 +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

@ -200,6 +200,7 @@ steps:
| new_release_major_version | Major version of the new release. (e.g. `1`) |
| new_release_minor_version | Minor version of the new release. (e.g. `3`) |
| new_release_patch_version | Patch version of the new release. (e.g. `0`) |
| 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. |
#### Using Output Variables: