Skip to content

Commit

Permalink
remove [*]
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf authored Jun 26, 2023
1 parent 24eba9c commit 080d482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/changelog-generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Create a file called `changelog-config.json` that contains the changelog configu
"ignore_labels": ["ignore"],
"sort": { "order": "ASC", "on_property": "mergedAt" },
"template": "# [${{TO_TAG}}](https://github.com/<myorganization>/<myrepository>/releases/tag/${{TO_TAG}}) - Release Date: ${{TO_TAG_DATE}}\n\n${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: ${{URL}}\n - Assignees: ${{ASSIGNEES[*]}}\n - Reviewers: ${{REVIEWERS[*]}}\n - Approvers: ${{APPROVERS[*]}}",
"pr_template": "- ${{TITLE}}\n - PR: ${{URL}}\n - Assignees: ${{ASSIGNEES}}\n - Reviewers: ${{REVIEWERS}}\n - Approvers: ${{APPROVERS[*]}}",
"empty_template": "- no changes!"
}
```
Expand Down

0 comments on commit 080d482

Please sign in to comment.