From f9b1b7a023fdf666b79b58179653be9445bc8801 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Tue, 3 Jan 2023 10:34:33 +0000 Subject: [PATCH] - Enhance README details - Related to https://github.com/mikepenz/release-changelog-builder-action/issues/989#issuecomment-1369592892 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e4643a..f75fd81 100644 --- a/README.md +++ b/README.md @@ -356,9 +356,9 @@ Table of supported placeholders allowed to be used in the `template` and `empty_ | `${{OWNER}}` | Describes the owner of the repository the changelog was generated for | x | | `${{REPO}}` | The repository name of the repo the changelog was generated for | x | | `${{FROM_TAG}}` | Defines the 'start' from where the changelog did consider merged pull requests | x | -| `${{FROM_TAG_DATE}}` | Defines the date at which the 'start' tag was created | x | +| `${{FROM_TAG_DATE}}` | Defines the date at which the 'start' tag was created. Requires `fetchReleaseInformation`. | x | | `${{TO_TAG}}` | Defines until which tag the changelog did consider merged pull requests | x | -| `${{TO_TAG_DATE}}` | Defines the date at which the 'until' tag was created | x | +| `${{TO_TAG_DATE}}` | Defines the date at which the 'until' tag was created. Requires `fetchReleaseInformation`. | x | | `${{RELEASE_DIFF}}` | Introduces a link to the full diff between from tag and to tag releases | x | | `${{CHANGED_FILES}}` | The count of changed files. | | | `${{ADDITIONS}}` | The count of code additions (lines). | |