Skip to content

Commit

Permalink
Add link to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 21, 2021
1 parent 6b1a245 commit 026cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 026cd7d

Please sign in to comment.