Skip to content

Commit

Permalink
ci: Update .releaserc (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh authored Oct 31, 2023
1 parent 1e5b614 commit 4c9546d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"releaseRules": [
{ "scope": "no-release", "release": false }
]
}
],
[
Expand Down Expand Up @@ -46,4 +49,4 @@
],
"@semantic-release/github"
]
}
}

0 comments on commit 4c9546d

Please sign in to comment.