Skip to content

Commit fc108a4

Browse files
committed
style: npm run fmt
1 parent 2923e4e commit fc108a4

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

release.config.mjs

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22
* @type {import('semantic-release').GlobalConfig}
33
*/
44
export default {
5-
branches: [ '+([0-9])?(.{+([0-9]),x}).x',
6-
'main',
7-
{ name: "next", channel: "next", prerelease: "dev"},
8-
],
9-
tagFormat: "${version}",
5+
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'main', { name: 'next', channel: 'next', prerelease: 'dev' }],
6+
tagFormat: '${version}',
107
plugins: [
11-
"@semantic-release/github",
12-
[ "@semantic-release/commit-analyzer",
13-
{
14-
"preset": "conventionalcommits",
8+
'@semantic-release/github',
9+
[
10+
'@semantic-release/commit-analyzer',
11+
{
12+
preset: 'conventionalcommits',
1513
},
1614
],
1715
[
18-
"@semantic-release/release-notes-generator",
16+
'@semantic-release/release-notes-generator',
1917
{
20-
"preset": "conventionalcommits",
21-
}
22-
]
18+
preset: 'conventionalcommits',
19+
},
20+
],
2321
],
24-
};
22+
};

0 commit comments

Comments
 (0)