mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
docs: perfect the description of outputs
This commit is contained in:
parent
e7471c7711
commit
605b3f60ec
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -228,13 +228,13 @@ steps:
|
||||||
| Output Parameter | Description |
|
| Output Parameter | Description |
|
||||||
|:-------------------------:|-----------------------------------------------------------------------------------------------------------------------------------|
|
|:-------------------------:|-----------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| new_release_published | Whether a new release was published. The return value is in the form of a string. (`"true"` or `"false"`) |
|
| new_release_published | Whether a new release was published. The return value is in the form of a string. (`"true"` or `"false"`) |
|
||||||
| new_release_version | Version of the new release. (e.g. `1.3.0`) |
|
| new_release_version | Version of the new release. (e.g. `"1.3.0"`) |
|
||||||
| new_release_major_version | Major version of the new release. (e.g. `1`) |
|
| 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_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_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_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. |
|
| new_release_notes | The release notes for the new release. |
|
||||||
| last_release_version | Version of the previous release, if there was one. (e.g. `1.2.0`) |
|
| last_release_version | Version of the previous release, if there was one. (e.g. `"1.2.0"`) |
|
||||||
|
|
||||||
#### Using Output Variables:
|
#### Using Output Variables:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue