From b91a01d7dd06888fd6ffb5a7c882eb6bf4c8a7ee Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Thu, 27 Jun 2024 17:42:03 +0200 Subject: [PATCH] fix(ci): add some missing conventional commit types in release-please config. ref #344 --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f9be299a..22f3daab 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,5 +24,7 @@ jobs: {"type":"docs","section":"Technical","hidden":false}, {"type":"test","section":"Technical","hidden":false}, {"type":"chore","section":"Technical","hidden":false}, - {"type":"refactor","section":"Technical","hidden":false} + {"type":"refactor","section":"Technical","hidden":false}, + {"type":"perf","section":"Technical","hidden":false}, + {"type":"ci","section":"Technical","hidden":false}, ]