mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
style: reformat table
This commit is contained in:
parent
5c923056b2
commit
e7471c7711
1 changed files with 19 additions and 19 deletions
|
|
@ -44,7 +44,7 @@ then make sure that you configure this in your `package.json` file:
|
|||
|
||||
### Inputs
|
||||
| Input Parameter | Required | Description |
|
||||
|:-----------------:|:--------:|-------------|
|
||||
|:-----------------:|:--------:|--------------------------------------------------------------------------------------------------------------------------|
|
||||
| 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**. |
|
||||
| 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
|
||||
| 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_version | Version of the new release. (e.g. `1.3.0`) |
|
||||
| new_release_major_version | Major version of the new release. (e.g. `1`) |
|
||||
|
|
|
|||
Loading…
Reference in a new issue