Skip to content

Commit

Permalink
feat: update changelog (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioltonon authored May 5, 2023
1 parent 954e93e commit 4c7d4eb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/actions/increment-release-version/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,23 @@ runs:
with:
configurationJson: |
{
"template": "# Changelog\n\n#{{CHANGELOG}}\n\n## Others\n\n#{{UNCATEGORIZED}}",
"template": "# Changelog\n\n#{{CHANGELOG}}",
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature", "enhancement"]
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix", "bug"]
"labels": ["fix"]
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
"labels": ["test", "tests"]
},
{
"title": "## 💬 Others",
"labels": ["chore", "documentation"]
}
],
"sort": {
Expand Down

0 comments on commit 4c7d4eb

Please sign in to comment.