mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-05-11 03:23:20 +02:00
chore(style): fix javascript style in release-rules.js
This commit is contained in:
parent
bb50197a2a
commit
956bcfaa2f
@ -3,16 +3,16 @@
|
|||||||
//
|
//
|
||||||
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
|
// NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{breaking: true, release: 'major'},
|
{ breaking: true, release: 'major' },
|
||||||
// {type: 'build', release: 'patch'},
|
// {type: 'build', release: 'patch'},
|
||||||
// {type: 'chore', release: 'patch'},
|
// {type: 'chore', release: 'patch'},
|
||||||
// {type: 'ci', release: 'patch'},
|
// {type: 'ci', release: 'patch'},
|
||||||
{type: 'docs', release: 'patch'},
|
{ type: 'docs', release: 'patch' },
|
||||||
{type: 'feat', release: 'minor'},
|
{ type: 'feat', release: 'minor' },
|
||||||
{type: 'fix', release: 'patch'},
|
{ type: 'fix', release: 'patch' },
|
||||||
{type: 'perf', release: 'patch'},
|
{ type: 'perf', release: 'patch' },
|
||||||
{type: 'refactor', release: 'patch'},
|
{ type: 'refactor', release: 'patch' },
|
||||||
{type: 'revert', release: 'patch'},
|
{ type: 'revert', release: 'patch' },
|
||||||
{type: 'style', release: 'patch'},
|
{ type: 'style', release: 'patch' },
|
||||||
{type: 'test', release: 'patch'},
|
{ type: 'test', release: 'patch' }
|
||||||
];
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user