Skip to content

Commit ff66e91

Browse files
authored
Merge branch 'main' into bump-meilisearch-v0.22.0
2 parents d0f4a5a + 785178f commit ff66e91

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/release-draft-template.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ version-resolver:
88
- 'breaking-change'
99
default: patch
1010
categories:
11-
- title: 'Breaking changes ⚠️'
11+
- title: '⚠️ Breaking changes'
1212
label: 'breaking-change'
13+
- title: '🚀 Enhancements'
14+
label: 'enhancement'
15+
- title: '🐛 Bug Fixes'
16+
label: 'bug'
17+
- title: '🔒 Security'
18+
label: 'security'
1319
template: |
14-
## Changes
15-
1620
$CHANGES
1721
1822
Thanks again to $CONTRIBUTORS! 🎉
File renamed without changes.

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.7'
1717
- name: Check release validity
18-
run: sh scripts/check-release.sh
18+
run: sh .github/scripts/check-release.sh
1919
- name: Install pipenv
2020
uses: dschep/install-pipenv-action@v1
2121
- name: Install dependencies

0 commit comments

Comments
 (0)