From 9a55c6a3f8aa044776a51f6334467ca19597118a Mon Sep 17 00:00:00 2001 From: David Schach Date: Tue, 7 Nov 2023 15:12:28 -0800 Subject: [PATCH] docs: include testing updates in changelog --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index a418e17..28f4af6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -33,7 +33,7 @@ { "type": "style", "section": "Styles", "hidden": false }, { "type": "docs", "section": "Documentation", "hidden": false }, { "type": "perf", "section": "Performance Improvements", "hidden": false }, - { "type": "test", "section": "Tests", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": false }, { "type": "build", "section": "Build System", "hidden": false }, { "type": "ci", "section": "Continuous Integration", "hidden": false } ]