diff --git a/.releaserc b/.releaserc index 7e69728..3695196 100644 --- a/.releaserc +++ b/.releaserc @@ -53,11 +53,12 @@ "presetConfig": { "types": [ { - "type": "feat", + "type": "major", "section": "Features" }, { - "type": "major", + "type": "deps", + "scope": "major", "section": "Features" }, { @@ -65,13 +66,27 @@ "section": "Features" }, { - "type": "fix", - "section": "Bugfixes" + "type": "deps", + "scope": "minor", + "section": "Features" }, { "type": "patch", "section": "Bugfixes" }, + { + "type": "deps", + "scope": "patch", + "section": "Bugfixes" + }, + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bugfixes" + }, { "type": "chore", "hidden": true