Skip to content

Commit

Permalink
fix(skip ci): release config (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo authored Jun 29, 2023
1 parent 54e603d commit dff2f3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"release": "minor"},
{"feat": "minor"},
{"fix": "patch"},
{"docs": "patch"},
{"refactor": "patch"}
{"type": "release", "release": "minor"},
{"type": "feat", "release": "minor"},
{"type": "fix", "release": "patch"},
{"type": "docs", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit dff2f3b

Please sign in to comment.