File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,18 @@ module.exports = {
70
70
} ,
71
71
] ,
72
72
} ,
73
+ releaseRules : [
74
+ {
75
+ // Commit type depends on preset
76
+ // https://github.com/semantic-release/commit-analyzer/blob/v11.1.0/README.md#specific-commit-properties
77
+ // https://github.com/conventional-changelog/conventional-changelog/tree/conventional-commits-parser-v5.0.0/packages/conventional-commits-parser#usage
78
+ // https://github.com/conventional-changelog/conventional-changelog/tree/conventional-changelog-conventionalcommits-v7.0.2/packages/conventional-changelog-conventionalcommits
79
+ type : 'chore' ,
80
+ scope : 'release' ,
81
+ subject : '*dependencies*' ,
82
+ release : 'patch' ,
83
+ } ,
84
+ ] ,
73
85
writerOpts : {
74
86
//👇 Add library name in release notes
75
87
// https://github.com/conventional-changelog/conventional-changelog/tree/conventional-changelog-writer-v7.0.1/packages/conventional-changelog-writer#finalizecontext
You can’t perform that action at this time.
0 commit comments