From fce083a2d4b170be42521807d2a3f750cfffa9a2 Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Mon, 5 Jun 2023 17:58:59 +0200 Subject: [PATCH] feat: test VII BREAKING CHANGE: foo --- .releaserc.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.releaserc.json b/.releaserc.json index 1eb593f..308747f 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -29,10 +29,54 @@ "type": "breaking", "section": "Features" }, + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "docs", + "section": "Documentation", + "hidden": true + }, + { + "type": "style", + "section": "Styles", + "hidden": true + }, { "type": "chore", "section": "Bug fixes", "hidden": false + }, + { + "type": "refactor", + "section": "Code Refactoring" + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "ci", + "section": "Continuous Integration" } ] }