chore: commit analyzer rule for dependency updates

This commit is contained in:
2026-02-25 21:19:32 +02:00
parent 11252f8951
commit b2e0bcef7c

View File

@@ -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",