From a4cbd6ce3803e5342d0f1acc743c69c11dee5831 Mon Sep 17 00:00:00 2001 From: mym0404 Date: Tue, 19 Mar 2024 17:32:17 +0900 Subject: [PATCH] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea85eb..60c1952 100644 --- a/README.md +++ b/README.md @@ -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)]
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.