From f45270c9d4c6e82b6af4c9aa4203bcbdea9a5637 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 18 Apr 2020 22:52:16 +0100 Subject: [PATCH 1/2] Fix unreleasedLabel & compareLink docs in README The description for `unreleasedLabel` was actually describing the `compareLink` option, which was missing from the README. This should fix both issues. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec972ce..5f6d448 100644 --- a/README.md +++ b/README.md @@ -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] | @@ -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." \ No newline at end of file +[inherit]: https://github.com/github-changelog-generator/github-changelog-generator/wiki/Advanced-change-log-generation-examples#additional-options "Inherited from github-changelog-generator." From 4acbb1ab6426dcf2375c4f73666963d8532f5658 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 18 Jul 2020 12:18:47 +0100 Subject: [PATCH 2/2] Fix missing action meta data for compareLink input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index c8288c4..b186345 100644 --- a/action.yml +++ b/action.yml @@ -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: