Skip to content

Commit

Permalink
chore(ci): fixing automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneyHamdy committed Mar 18, 2024
1 parent ebb4f30 commit caa9c91
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "docs", "release": "patch" },
{ "type": "chore", "release": "patch" },
{ "scope": "no-release", "release": false }
]
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
Expand Down

0 comments on commit caa9c91

Please sign in to comment.