- introduce better handling of cases in which invalid references are provided, return an empty changelog and send out error

This commit is contained in:
Mike Penz
2020-10-17 17:38:08 +02:00
parent 5ce9cb0351
commit 619d3f460e
3 changed files with 47 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"]
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
}
],
"sort": "ASC",
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes"
}