From 026cd7d048334aa8af57b49bce7ad747457534cb Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 22 Dec 2021 00:10:51 +0900 Subject: [PATCH] Add link to action.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a184cc..d35b2dd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Currently, changelog format and supported tag names have the following rule: | title | false | Format of title (variables `$tag`, `$version`, `$prefix`, and any string) | String | `$tag` | | draft | false | Create a draft release (`true` or `false`) | Boolean | `false` | | branch | false | Reject releases from commits not contained in branches that match the specified pattern (regular expression) | String | | -| prefix | false | An optional pattern that matches a prefix for the release tag, before the version number (see action.yml for more) | String | | +| prefix | false | An optional pattern that matches a prefix for the release tag, before the version number (see [action.yml](action.yml) for more) | String | | ### Example workflow: Basic usage