Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 23, 2024
1 parent eb8b82e commit c278652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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`. |

Expand Down

0 comments on commit c278652

Please sign in to comment.