Skip to content

Commit

Permalink
chore(release): add removal section
Browse files Browse the repository at this point in the history
  • Loading branch information
jnt0r committed Nov 6, 2022
1 parent 96b9980 commit 34d899a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"preset": "conventionalcommits",
"releaseRules": [
{"type": "deps", "release": "patch"},
{"type": "deprecation", "release": "minor"}
{"type": "deprecation", "release": "minor"},
{"type": "removal", "release": "minor"}
]
}],
[
Expand All @@ -32,6 +33,11 @@
"type": "feature",
"section": "Features"
},
{
"type": "removal",
"section": "Removals",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes"
Expand Down

0 comments on commit 34d899a

Please sign in to comment.