- introduce support for specifying labels which will ignore PRs from being included in the changelog

- please note ignored changelogs can be still included i the changelog via the according placeholder
- fix count for categorizedPrs
This commit is contained in:
Mike Penz
2020-11-04 13:55:49 +01:00
parent 3ed97faa0f
commit 8323240009
6 changed files with 1245 additions and 20 deletions
@@ -1,4 +1,4 @@
{
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}\n${{CATEGORIZED_COUNT}}\n${{UNCATEGORIZED_COUNT}}",
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n${{IGNORED}}\n${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}\n${{CATEGORIZED_COUNT}}\n${{UNCATEGORIZED_COUNT}}\n${{IGNORED_COUNT}}",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
}