Skip to content

Commit a9c6501

Browse files
authored
chore: release a patch for all chore commits (#236)
1 parent 6be4fa6 commit a9c6501

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
module.exports = {
22
plugins: [
3-
'@semantic-release/commit-analyzer',
3+
[
4+
'@semantic-release/commit-analyzer',
5+
{
6+
preset: 'angular',
7+
releaseRules: [{ type: 'chore', release: 'patch' }],
8+
},
9+
],
410
'@semantic-release/release-notes-generator',
511
'@semantic-release/changelog',
612
[

0 commit comments

Comments
 (0)