diff --git a/packages/contact-center/station-login/release.config.js b/packages/contact-center/station-login/release.config.js index 9c9b5b0a..b0c844d9 100644 --- a/packages/contact-center/station-login/release.config.js +++ b/packages/contact-center/station-login/release.config.js @@ -33,4 +33,11 @@ module.exports = { '@semantic-release/github', ], tagFormat: '${version}', + commitAnalyzer: { + releaseRules: [ + {type: 'fix', release: 'patch'}, + {type: 'feat', release: 'patch'}, + {type: 'chore', release: 'patch'}, + ], + }, }; diff --git a/packages/contact-center/store/release.config.js b/packages/contact-center/store/release.config.js index 9c9b5b0a..b0c844d9 100644 --- a/packages/contact-center/store/release.config.js +++ b/packages/contact-center/store/release.config.js @@ -33,4 +33,11 @@ module.exports = { '@semantic-release/github', ], tagFormat: '${version}', + commitAnalyzer: { + releaseRules: [ + {type: 'fix', release: 'patch'}, + {type: 'feat', release: 'patch'}, + {type: 'chore', release: 'patch'}, + ], + }, }; diff --git a/packages/contact-center/user-state/release.config.js b/packages/contact-center/user-state/release.config.js index 9c9b5b0a..b0c844d9 100644 --- a/packages/contact-center/user-state/release.config.js +++ b/packages/contact-center/user-state/release.config.js @@ -33,4 +33,11 @@ module.exports = { '@semantic-release/github', ], tagFormat: '${version}', + commitAnalyzer: { + releaseRules: [ + {type: 'fix', release: 'patch'}, + {type: 'feat', release: 'patch'}, + {type: 'chore', release: 'patch'}, + ], + }, };