Skip to content

Commit

Permalink
chore(release): adjust release config
Browse files Browse the repository at this point in the history
  • Loading branch information
jnt0r committed Apr 7, 2022
1 parent 054489a commit 059cf29
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits",
"releaseRules": [
{"type": "deps", "release": "patch"}
]
}],
[
"@semantic-release/release-notes-generator",
{
Expand Down Expand Up @@ -38,9 +44,13 @@
"section": "Reverts"
},
{
"tag": "deps",
"type": "deprecation",
"section": "Deprecations",
"hidden": false
},
{
"type": "deps",
"section": "Dependencies",
"release": "patch",
"hidden": false
},
{
Expand Down

0 comments on commit 059cf29

Please sign in to comment.