- introduce tests to verify new placeholders used for template and empty_template

This commit is contained in:
Mike Penz
2020-10-19 18:04:56 +02:00
parent 26cab8c692
commit bdb790ac5e
2 changed files with 67 additions and 13 deletions
@@ -0,0 +1,4 @@
{
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}\n${{CATEGORIZED_COUNT}}\n${{UNCATEGORIZED_COUNT}}",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
}