From 758e15069da412a91468a5824e6da3ae129417df Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Mon, 5 Jun 2023 18:08:38 +0200 Subject: [PATCH] chore: test chore once more --- .releaserc.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index cb7cac8..48c6e87 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -42,12 +42,12 @@ "section": "Bug Fixes" }, { - "type": "perf", - "section": "Performance Improvements" + "type": "chore", + "section": "Bug fixes" }, { - "type": "revert", - "section": "Reverts" + "type": "perf", + "section": "Performance Improvements" }, { "type": "docs", @@ -59,14 +59,10 @@ "section": "Styles", "hidden": true }, - { - "type": "chore", - "section": "Bug fixes", - "hidden": false - }, { "type": "refactor", - "section": "Code Refactoring" + "section": "Code Refactoring", + "hidden": true }, { "type": "test", @@ -80,7 +76,8 @@ }, { "type": "ci", - "section": "Continuous Integration" + "section": "Continuous Integration", + "hidden": true } ] }