Skip to content

Commit

Permalink
fix: bad formatting in release.config.js (mParticle#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo authored Nov 18, 2021
1 parent 7d4c291 commit 253c9a3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ module.exports = {
"@semantic-release/commit-analyzer",
{
preset: "angular",
},
"releaseRules": [
{type: 'feat', release: 'minor'},
{type: 'ci', release: 'patch'},
{type: 'fix', scope: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'test', release: 'patch'},
{type: 'refactor', release: 'patch'},
{type: 'style', release: 'patch'},
{type: 'build', release: 'patch'},
{type: 'chore', release: 'patch'},
{type: 'revert', release: 'patch'}
releaseRules: [
{type: 'feat', release: 'minor'},
{type: 'ci', release: 'patch'},
{type: 'fix', scope: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'test', release: 'patch'},
{type: 'refactor', release: 'patch'},
{type: 'style', release: 'patch'},
{type: 'build', release: 'patch'},
{type: 'chore', release: 'patch'},
{type: 'revert', release: 'patch'}
]
}
],
[
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 253c9a3

Please sign in to comment.