Skip to content

Commit

Permalink
fix(release): update-commit-analyzer-rules (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyas Sharma <[email protected]>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Nov 15, 2024
1 parent 082c8a9 commit 45451c0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/contact-center/station-login/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],
},
};
7 changes: 7 additions & 0 deletions packages/contact-center/store/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],
},
};
7 changes: 7 additions & 0 deletions packages/contact-center/user-state/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],
},
};

0 comments on commit 45451c0

Please sign in to comment.