Skip to content

Commit

Permalink
ci(publish): use correct casing for readme commits messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianheljas committed Mar 21, 2021
1 parent 548ce6d commit 6547bfc
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 @@ -7,7 +7,7 @@ module.exports = {
{
releaseRules: [
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'docs', scope: 'README', release: 'patch' },
{ type: 'docs', scope: 'readme', release: 'patch' },
{ scope: 'no-release', release: false },
],
},
Expand Down

0 comments on commit 6547bfc

Please sign in to comment.