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 be18978 commit 7ec52f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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 Down

0 comments on commit 7ec52f8

Please sign in to comment.