Skip to content

Commit

Permalink
Merge pull request #1 from browniebroke/patch-1
Browse files Browse the repository at this point in the history
Fix unreleasedLabel & compareLink docs in README
  • Loading branch information
heinrichreimer committed Nov 16, 2020
2 parents a5e64e3 + 4acbb1a commit 7846b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -44,7 +44,8 @@ with:
| `usernamesAsGithubLogins` | Use GitHub tags instead of Markdown links for the author of an issue or pull-request. | [inherit] |
| `unreleasedOnly` | Generate log from unreleased closed issues only. | [inherit] |
| `unreleased` | Add to log unreleased closed issues. | [inherit] |
| `unreleasedLabel` | Include compare link (Full Changelog) between older version and newer version. | [inherit] |
| `unreleasedLabel` | Set up custom label for unreleased closed issues section. | [inherit] |
| `compareLink` | Include compare link (Full Changelog) between older version and newer version. | [inherit] |
| `includeLabels` | Of the labeled issues, only include the ones with the specified labels. | [inherit] |
| `excludeLabels` | Issues with the specified labels will be excluded from changelog. | [inherit] |
| `issueLineLabels` | The specified labels will be shown in brackets next to each matching issue. Use "ALL" to show all labels. | [inherit] |
Expand Down Expand Up @@ -91,4 +92,4 @@ Most inputs inherit their defaults from
|---|---|
| `changelog` | Contents of generated change log. |

[inherit]: https://github.com/github-changelog-generator/github-changelog-generator/wiki/Advanced-change-log-generation-examples#additional-options "Inherited from github-changelog-generator."
[inherit]: https://github.com/github-changelog-generator/github-changelog-generator/wiki/Advanced-change-log-generation-examples#additional-options "Inherited from github-changelog-generator."
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -65,6 +65,9 @@ inputs:
description: "Add to log unreleased closed issues."
required: false
unreleasedLabel:
description: "Set up custom label for unreleased closed issues section."
required: false
compareLink:
description: "Include compare link (Full Changelog) between older version and newer version."
required: false
includeLabels:
Expand Down

0 comments on commit 7846b87

Please sign in to comment.