5
0
Fork 0
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:
mym0404 2024-03-19 17:32:17 +09:00
parent 8dffec4efa
commit a4cbd6ce38

View file

@ -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**. |
| extends | false | Use a sharable configuration [[Details](#extends)] |
| 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
> {Optional Input Parameter} Specify version range for semantic-release.