Skip to content

Commit

Permalink
Update changelog-builder.json
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier authored Nov 25, 2024
1 parent 87ca80c commit f1f6e7c
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions changelog-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,45 @@
"categories": [
{
"title": "## :sparkles: New features",
"labels": ["feature"]
"labels": [
"feature"
]
},
{
"title": "## :bug: Bug fixes",
"labels": ["bug"]
"labels": [
"bug"
]
},
{
"title": "## :zap: Improvements",
"labels": ["enhancement"]
"labels": [
"enhancement"
]
},
{
"title": "## :memo: Documentation",
"labels": ["documentation"]
"labels": [
"documentation"
]
},
{
"title": "## :arrow_up: Dependency updates",
"labels": ["dependencies"]
"labels": [
"dependencies"
]
},
{
"title": "## :test_tube: Tests",
"labels": [
"test"
]
},
{
"title": "## :green_heart: CI/CD",
"labels": [
"ci/cd"
]
}
],
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
Expand Down

0 comments on commit f1f6e7c

Please sign in to comment.