From 489d618154dac8b89d89ae77499163249cb5f932 Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Mon, 5 Jun 2023 17:56:35 +0200 Subject: [PATCH] fix: test VI --- .releaserc.json | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 4e6f53a..1eb593f 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -26,53 +26,13 @@ "presetConfig": { "types": [ { - "type": "feat", + "type": "breaking", "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" } ] }