We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9583713 commit bc07930Copy full SHA for bc07930
.github/changelog.yml
@@ -15,13 +15,13 @@ filters:
15
# not matched will use 'Other' group.
16
groups:
17
- name: New
18
- keywords: [add, new]
+ contains: [add, new]
19
- name: Fixed
20
startWiths: [add, new]
21
22
- name: Feat
23
startWiths: [feat]
24
- keywords: [feature]
+ contains: [feature]
25
- name: Update
26
startWiths: [update, 'up:']
27
- keywords: []
+ contains: []
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: true
matrix:
- php: [8.0]
+ php: [8.1]
steps:
- name: Checkout
0 commit comments