diff --git a/release.config.js b/release.config.js index de9e19b..270bd48 100644 --- a/release.config.js +++ b/release.config.js @@ -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' }, ], }, ],