build: reorder changelog sections
Signed-off-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
parent
b160dccfd2
commit
823985af8d
1 changed files with 4 additions and 8 deletions
|
@ -11,10 +11,6 @@ export const config = conventionalChangelogPreset({
|
||||||
type: 'feat',
|
type: 'feat',
|
||||||
section: 'Features',
|
section: 'Features',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'feature',
|
|
||||||
section: 'Features',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'fix',
|
type: 'fix',
|
||||||
section: 'Bug Fixes',
|
section: 'Bug Fixes',
|
||||||
|
@ -35,10 +31,6 @@ export const config = conventionalChangelogPreset({
|
||||||
type: 'style',
|
type: 'style',
|
||||||
section: 'Styles',
|
section: 'Styles',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'chore',
|
|
||||||
section: 'Miscellaneous Chores',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'refactor',
|
type: 'refactor',
|
||||||
section: 'Code Refactoring',
|
section: 'Code Refactoring',
|
||||||
|
@ -55,6 +47,10 @@ export const config = conventionalChangelogPreset({
|
||||||
type: 'ci',
|
type: 'ci',
|
||||||
section: 'Continuous Integration',
|
section: 'Continuous Integration',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'chore',
|
||||||
|
section: 'Miscellaneous Chores',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue