Skip to content

Commit

Permalink
fix: typo in release.config.js (mParticle#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo authored Nov 18, 2021
1 parent 253c9a3 commit cf30ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
releaseRules: [
{type: 'feat', release: 'minor'},
{type: 'ci', release: 'patch'},
{type: 'fix', scope: 'patch'},
{type: 'fix', release: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'test', release: 'patch'},
{type: 'refactor', release: 'patch'},
Expand Down

0 comments on commit cf30ab8

Please sign in to comment.