Skip to content

Commit 956bcfa

Browse files
committed
chore(style): fix javascript style in release-rules.js
1 parent bb50197 commit 956bcfa

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

release-rules.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
//
44
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
55
module.exports = [
6-
{breaking: true, release: 'major'},
6+
{ breaking: true, release: 'major' },
77
// {type: 'build', release: 'patch'},
88
// {type: 'chore', release: 'patch'},
99
// {type: 'ci', release: 'patch'},
10-
{type: 'docs', release: 'patch'},
11-
{type: 'feat', release: 'minor'},
12-
{type: 'fix', release: 'patch'},
13-
{type: 'perf', release: 'patch'},
14-
{type: 'refactor', release: 'patch'},
15-
{type: 'revert', release: 'patch'},
16-
{type: 'style', release: 'patch'},
17-
{type: 'test', release: 'patch'},
18-
];
10+
{ type: 'docs', release: 'patch' },
11+
{ type: 'feat', release: 'minor' },
12+
{ type: 'fix', release: 'patch' },
13+
{ type: 'perf', release: 'patch' },
14+
{ type: 'refactor', release: 'patch' },
15+
{ type: 'revert', release: 'patch' },
16+
{ type: 'style', release: 'patch' },
17+
{ type: 'test', release: 'patch' }
18+
]

0 commit comments

Comments
 (0)