diff --git a/README.md b/README.md index 1126993..33254b3 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,9 @@ Table of supported placeholders allowed to be used in the `pr_template` configur | `${{MILESTONE}}` | Milestone this PR was part of, as assigned on GitHub | | `${{BODY}}` | Description/Body of the pull request as specified on GitHub | | `${{ASSIGNEES}}` | Login names of assigned GitHub users, joined by `,` | -| `${{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,` | +| `${{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,`. Requires `fetchReviewers` to be enabled. | | `${{APPROVERS}}` | GitHub Login names of users who approved the PR, joined by `,` | +| `${{DAYS_SINCE}}` | Days between the 2 releases. Requires `fetchReleaseInformation` to be enabled. | ### Template placeholders @@ -313,7 +314,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 | | `${{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 | | `${{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). | |