Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #315 from uktrade/build/make-releases-on-more-comm…
Browse files Browse the repository at this point in the history
…it-types

build: widen the types of commit that trigger release
  • Loading branch information
debitan authored Jul 8, 2020
2 parents e4f3842 + 6585571 commit 1d7337f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ module.exports = {
{ type: 'fix', release: 'patch' },
{ type: 'perf', release: 'patch' },
{ type: 'refactor', release: 'patch' },
{ type: 'style', release: 'patch' },
{ type: 'build(deps)', release: 'patch' },
{ type: 'build', release: 'patch' },
],
},
],
Expand Down

0 comments on commit 1d7337f

Please sign in to comment.