From c2786520bf7d75aa352b3a8b8126070e09005b63 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 23 Aug 2024 22:54:39 +0900 Subject: [PATCH] Tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39bae82..114b4db 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Currently, changelog format and supported tag names have the following rule: ### Inputs | Name | Required | Description | Type | Default | -|-----------|:------------:|-----------------------------------------------------------------------------|---------|---------| +| --------- |:------------:| --------------------------------------------------------------------------- | ------- | ------- | | token | **true** [^1]| GitHub token for creating GitHub Releases (see [action.yml](action.yml) for more) | String | | | changelog | false | Path to changelog (variables `$tag`, `$version`, `$prefix`, and any string) | String | | | allow-missing-changelog | false | Create the release even if the changelog entry corresponding to the version is missing. The default value of the changelog will be an empty string. | Boolean | `false` | @@ -56,7 +56,7 @@ Currently, changelog format and supported tag names have the following rule: ### Outputs | Name | Description | -|-----------------|----------------------------------------------------------------------------------------------------------------| +| --------------- | -------------------------------------------------------------------------------------------------------------- | | computed-prefix | The computed prefix, including '-' and 'v'. | | version | The version number extracted from the tag. The tag name is a concatenation of `computed-prefix` and `version`. |