- update the default categories to include the uncategorized category
This commit is contained in:
@@ -85,6 +85,10 @@ export const DefaultConfiguration: Configuration = {
|
||||
{
|
||||
title: '## 🧪 Tests',
|
||||
labels: ['test']
|
||||
},
|
||||
{
|
||||
title: '## 📦 Uncategorized',
|
||||
labels: []
|
||||
}
|
||||
], // the categories to support for the ordering
|
||||
ignore_labels: ['ignore'], // list of lables being ignored from the changelog
|
||||
|
||||
Reference in New Issue
Block a user