Skip to content

Commit

Permalink
build: test type with changes to release-rules.js and Vx.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 19, 2019
1 parent 548e76d commit e6f5485
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@ module.exports = [
{type: 'refactor', release: 'patch'},
{type: 'perf', release: 'patch'},
{type: 'test', release: 'patch'},

{type: 'build', release: 'patch'},
{type: 'ci', release: 'patch'},
{type: 'chore', release: 'patch'},
// {type: 'docs', release: 'patch'},
// {type: 'feat', release: 'patch'},
// {type: 'fix', release: 'patch'},
// {type: 'perf', release: 'patch'},
// {type: 'refactor', release: 'patch'},
{type: 'revert', release: 'patch'},
// {type: 'style', release: 'patch'},
// {type: 'test', release: 'patch'},
];

0 comments on commit e6f5485

Please sign in to comment.