Skip to content

Commit

Permalink
chore: Update changelog builder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed May 28, 2023
1 parent 9de57e2 commit 6781a32
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@ jobs:
with:
configurationJson: |
{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["bug", "fix"]
},
{
"title": "## 🔧 Maintenance",
"labels": ["chore", "maintenance"]
},
{
"title": "## 📚 Documentation",
"labels": ["documentation"]
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
}
],
"tag_resolver": {
"method": "sort"
}
Expand Down

0 comments on commit 6781a32

Please sign in to comment.