Skip to content

Commit

Permalink
fix: add new release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
remcolakens committed Oct 9, 2024
1 parent 5e37461 commit ed5debc
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,26 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "refactor",
"release": "patch"
},
{
"type": "chore",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
Expand Down

0 comments on commit ed5debc

Please sign in to comment.