mirror of
https://github.com/ivuorinen/base-configs-semantic-release.git
synced 2026-03-04 01:55:00 +00:00
chore: commit analyzer rule for dependency updates
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
module.exports = {
|
||||
branches: ["main"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
releaseRules: [
|
||||
{ type: "chore", scope: "deps", release: "patch" },
|
||||
],
|
||||
},
|
||||
],
|
||||
"@semantic-release/release-notes-generator",
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
|
||||
Reference in New Issue
Block a user