From 720e5de4c86c54a74a3e81c6144945fbd6b83faa Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Sun, 26 May 2024 08:31:38 +0200 Subject: [PATCH] ci: reduce list of releasable tags to `feat`, `fix` and `perf` (#56) --- .github/workflows/release-please.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 776afc5..5b142f4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,13 +28,7 @@ jobs: [ { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, - { "type": "docs", "section": "Documentation", "hidden": false }, - { "type": "build", "section": "Build Related", "hidden": false }, - { "type": "chore", "section": "Chores", "hidden": false }, - { "type": "perf", "section": "Chores", "hidden": false }, - { "type": "ci", "section": "Chores", "hidden": false }, - { "type": "refactor", "section": "Chores", "hidden": false }, - { "type": "test", "section": "Chores", "hidden": false } + { "type": "perf", "section": "Performance Improvements", "hidden": false } ] publish-npm: runs-on: ubuntu-latest