Skip to content

Commit ddec397

Browse files
committed
ci: generalize release drafter minor detection
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b228182 commit ddec397

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/release-drafter.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ autolabeler:
8989
title:
9090
- '/^\[stable\d+\]\s+feat:/i'
9191
- '/^feat:/i'
92-
- '/vue3 phase/i'
93-
- '/migration to vue3/i'
94-
- '/script setup ts/i'
95-
- '/typescript/i'
92+
- '/\b(migrate|migration)\b/i'
9693
- label: 'patch'
9794
title:
9895
- '/^\[stable\d+\]\s+fix:/i'

0 commit comments

Comments
 (0)