Skip to content

Commit

Permalink
ci: update release config to trigger on docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Jun 9, 2022
1 parent fc7617e commit f8603d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
releaseRules: [
{ type: 'docs', scope: 'readme', release: 'patch' },
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'chore', scope: 'docker', release: 'patch' },
],
},
],
Expand Down

0 comments on commit f8603d3

Please sign in to comment.