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