mirror of
https://github.com/andrew-codes/playnite-web.git
synced 2026-01-09 07:53:44 +08:00
chore: format release config with prettier
Co-authored-by: andrew-codes <1578436+andrew-codes@users.noreply.github.com>
This commit is contained in:
parent
9a270db31d
commit
17f5a672f0
@ -45,7 +45,11 @@ const config = {
|
||||
types: [
|
||||
{ type: 'feat', section: 'Features', hidden: false },
|
||||
{ type: 'fix', section: 'Bug Fixes', hidden: false },
|
||||
{ type: 'perf', section: 'Performance Improvements', hidden: false },
|
||||
{
|
||||
type: 'perf',
|
||||
section: 'Performance Improvements',
|
||||
hidden: false,
|
||||
},
|
||||
{ type: 'docs', section: 'Miscellaneous Chores', hidden: false },
|
||||
{ type: 'chore', section: 'Miscellaneous Chores', hidden: false },
|
||||
],
|
||||
@ -65,7 +69,11 @@ const config = {
|
||||
types: [
|
||||
{ type: 'feat', section: 'Features', hidden: false },
|
||||
{ type: 'fix', section: 'Bug Fixes', hidden: false },
|
||||
{ type: 'perf', section: 'Performance Improvements', hidden: false },
|
||||
{
|
||||
type: 'perf',
|
||||
section: 'Performance Improvements',
|
||||
hidden: false,
|
||||
},
|
||||
{ type: 'docs', section: 'Miscellaneous Chores', hidden: false },
|
||||
{ type: 'chore', section: 'Miscellaneous Chores', hidden: false },
|
||||
],
|
||||
@ -85,7 +93,11 @@ const config = {
|
||||
types: [
|
||||
{ type: 'feat', section: 'Features', hidden: false },
|
||||
{ type: 'fix', section: 'Bug Fixes', hidden: false },
|
||||
{ type: 'perf', section: 'Performance Improvements', hidden: false },
|
||||
{
|
||||
type: 'perf',
|
||||
section: 'Performance Improvements',
|
||||
hidden: false,
|
||||
},
|
||||
{ type: 'docs', section: 'Miscellaneous Chores', hidden: false },
|
||||
{ type: 'chore', section: 'Miscellaneous Chores', hidden: false },
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user