Skip to content

Commit

Permalink
ci: backport changelog builder config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Jan 13, 2021
1 parent 1039fd1 commit 58c449e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions changelog-builder-config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@


{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["kind/feature"]
},
{
"title": "## 📚 Docs",
"labels": ["kind/docs"]
},
{
"title": "## 🐛 Bugs",
"labels": ["kind/bug"]
},
{
"title": "## 💻 CI",
"labels": ["kind/ci"]
}
],
"ignore_labels": [
"no-changelog"
],
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}",
"pr_template": "- ${{TITLE}} (#${{NUMBER}}): @${{AUTHOR}}",
"template": "${{CHANGELOG}}\n## Other\n${{UNCATEGORIZED}}"
}

0 comments on commit 58c449e

Please sign in to comment.