Skip to content

Commit

Permalink
Merge pull request #27 from zkSync-Community-Hub/update-release-rules
Browse files Browse the repository at this point in the history
chore: add rule for commit-analyzer
  • Loading branch information
itsacoyote authored Jun 11, 2024
2 parents 69995ca + b94c1bf commit 2f6050e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
"addReleases": "top",
"npmPublish": false,
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"release": "minor"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
Expand Down

0 comments on commit 2f6050e

Please sign in to comment.