Skip to content

Commit

Permalink
Improved changelog in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Feb 25, 2022
1 parent fa57b3f commit ec744b1
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .release-notes-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"template": "${{UNCATEGORIZED}}",
"pr_template": "- ${{TITLE}}"
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"]
},
{
"title": "## 📚 Documentation",
"labels": ["doc"]
}
],
"template": "${{CHANGELOG}}\n\n## 🛠 Under the hood\n\n${{UNCATEGORIZED}}",
"pr_template": "- [${{TITLE}}](https://github.com/johanfrick/custom-sonos-card/commit/${{MERGE_SHA}})",
"empty_template": "- no changes",
"label_extractor": [
{
"pattern": "(.): (.+)",
"target": "$1"
}
]
}

0 comments on commit ec744b1

Please sign in to comment.