5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-08 11:16:55 +00:00

style: reformat table

This commit is contained in:
Geoffrey.C 2022-03-31 20:30:12 +08:00
parent 5c923056b2
commit e7471c7711

View file

@ -44,7 +44,7 @@ then make sure that you configure this in your `package.json` file:
### Inputs ### Inputs
| Input Parameter | Required | Description | | Input Parameter | Required | Description |
|:-----------------:|:--------:|-------------| |:-----------------:|:--------:|--------------------------------------------------------------------------------------------------------------------------|
| semantic_version | false | Specify specifying version range for semantic-release. [[Details](#semantic_version)] | | semantic_version | false | Specify specifying version range for semantic-release. [[Details](#semantic_version)] |
| branches | false | The branches on which releases should happen.[[Details](#branches)]<br>Support for **semantic-release above v16**. | | branches | false | The branches on which releases should happen.[[Details](#branches)]<br>Support for **semantic-release above v16**. |
| branch | false | The branch on which releases should happen.[[Details](#branch)]<br>Only support for **semantic-release older than v16**. | | branch | false | The branch on which releases should happen.[[Details](#branch)]<br>Only support for **semantic-release older than v16**. |
@ -226,7 +226,7 @@ steps:
### Outputs ### Outputs
| 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`) |