Skip to content

Commit bc07930

Browse files
committed
chore: fix gh action release script error
1 parent 9583713 commit bc07930

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/changelog.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ filters:
1515
# not matched will use 'Other' group.
1616
groups:
1717
- name: New
18-
keywords: [add, new]
18+
contains: [add, new]
1919
- name: Fixed
2020
startWiths: [add, new]
21-
keywords: [add, new]
21+
contains: [add, new]
2222
- name: Feat
2323
startWiths: [feat]
24-
keywords: [feature]
24+
contains: [feature]
2525
- name: Update
2626
startWiths: [update, 'up:']
27-
keywords: []
27+
contains: []

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.0]
16+
php: [8.1]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)