mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
docs: update README.md
This commit is contained in:
parent
8dffec4efa
commit
a4cbd6ce38
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ then make sure that you configure this in your `package.json` file:
|
||||||
| ci | false | Whether to run semantic release with CI support. [[Details](#ci)]<br>Support for **semantic-release above v16**. |
|
| ci | false | Whether to run semantic release with CI support. [[Details](#ci)]<br>Support for **semantic-release above v16**. |
|
||||||
| extends | false | Use a sharable configuration [[Details](#extends)] |
|
| extends | false | Use a sharable configuration [[Details](#extends)] |
|
||||||
| working_directory | false | Use another working directory for semantic release [[Details](#working_directory)] |
|
| working_directory | false | Use another working directory for semantic release [[Details](#working_directory)] |
|
||||||
| tag_format | false | Specify format of tag (useful for monorepos) |
|
| tag_format | false | Specify format of tag (useful for monorepos) |
|
||||||
|
| repository_url | false | The Git repository url. If no repository url specified, current repository will be used by default. |
|
||||||
|
|
||||||
#### semantic_version
|
#### semantic_version
|
||||||
> {Optional Input Parameter} Specify version range for semantic-release.
|
> {Optional Input Parameter} Specify version range for semantic-release.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue