From 7c2e97170779f00fedab6e921be3ac926b9c6d06 Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:38:26 +0200 Subject: [PATCH] chore: add feat! to conventional labels --- .github/workflows/conventional-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index cc3c968c..e69563a8 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -8,4 +8,4 @@ jobs: steps: - uses: bcoe/conventional-release-labels@886f696738527c7be444262c327c89436dfb95a8 #v1.3.1 with: - type_labels: '{"feat": "feature", "fix": "fix", "BREAKING CHANGE": "breaking", "ci": "CI", "build": "build", "refactor": "refactor", "test": "test"}' + type_labels: '{"feat": "feature", "feat!": "feature", "fix": "fix", "BREAKING CHANGE": "breaking", "ci": "CI", "build": "build", "refactor": "refactor", "test": "test"}'