Skip to content

Commit

Permalink
ci: add a rule in releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 26, 2022
1 parent 5b2ae12 commit e0f1b37
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "chore", "release": "patch"}

]
}],
"@semantic-release/npm",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
Expand All @@ -10,4 +16,3 @@
"@semantic-release/github",
]
}

0 comments on commit e0f1b37

Please sign in to comment.