Skip to content

Commit 6d28ab9

Browse files
authored
Fix indentation style of some yml files (#10)
1 parent 3adcb2a commit 6d28ab9

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/release-draft-template.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name-template: 'v$RESOLVED_VERSION 🎵'
22
tag-template: 'v$RESOLVED_VERSION'
33
exclude-labels:
4-
- 'skip-changelog'
4+
- 'skip-changelog'
55
version-resolver:
6-
minor:
7-
labels:
8-
- 'breaking-change'
9-
default: patch
6+
minor:
7+
labels:
8+
- 'breaking-change'
9+
default: patch
1010
categories:
11-
- title: 'Breaking changes'
12-
label: 'breaking-change'
11+
- title: 'Breaking changes'
12+
label: 'breaking-change'
1313
template: |
14-
## Changes
14+
## Changes
1515
16-
$CHANGES
16+
$CHANGES
1717
18-
Thanks again to $CONTRIBUTORS! 🎉
18+
Thanks again to $CONTRIBUTORS! 🎉
1919
no-changes-template: 'Changes are coming soon 😎'
2020
sort-direction: 'ascending'
2121
replacers:
22-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
23-
replace: ''
22+
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
23+
replace: ''

.github/workflows/release-drafter.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Release Drafter
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
- bump-meilisearch-v*
4+
push:
5+
branches:
6+
- master
7+
- bump-meilisearch-v*
88

99
jobs:
10-
update_release_draft:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: release-drafter/release-drafter@v5
14-
with:
15-
config-name: release-draft-template.yml
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}
10+
update_release_draft:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: release-drafter/release-drafter@v5
14+
with:
15+
config-name: release-draft-template.yml
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}

0 commit comments

Comments
 (0)