Skip to content

Commit

Permalink
Update changelog configuration to allow sorting entries into scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0llo committed Dec 21, 2024
1 parent f337d70 commit 5dfa905
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .config/changelog/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/ap0llo/changelog/master/schemas/configuration/schema.json",
"changelog": {
"messageOverrides": {
"provider": "FileSystem"
}
"$schema": "https://raw.githubusercontent.com/ap0llo/changelog/master/schemas/configuration/schema.json",
"changelog": {
"messageOverrides": {
"provider": "FileSystem"
},
"scopes": {
"github-actions" : { "displayName": "GitHub Actions Integration" },
"azure-pipelines" : { "displayName": "Azure PipelinesIntegration" }
}
}
}

0 comments on commit 5dfa905

Please sign in to comment.