Skip to content

Commit ce323d0

Browse files
committed
feat(release-drafter): update release-drafter configuration and dependencies
1 parent 2208320 commit ce323d0

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/release-drafter.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
_extends: gofiber/.github:release-drafter.yml
1+
_extends:
2+
from: gofiber/.github:release-drafter.yml
3+
strategy:
4+
categories: append
25
commitish: main
36
filter-by-commitish: true
4-
include-labels:
5-
- 'v3'
6-
exclude-labels:
7-
- 'v2'
7+
categories:
8+
- type: pre-include
9+
when:
10+
label: 'v3'
11+
- type: pre-exclude
12+
when:
13+
label: 'v2'
814
template: |
915
$CHANGES
1016

0 commit comments

Comments
 (0)