summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-12-04 08:26:09 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2023-12-05 20:37:21 +0100
commiteff5958c11f2fcbb0449b8e011d4676a239bbe57 (patch)
tree3378cb977997bf84cd24900bac32af5acb73a608 /.github
parent86a437d96cf508fb4feacc9d091f64aa7eb152ce (diff)
Fix formatting in autobuild.xml (indents in close tags)
Diffstat (limited to '.github')
-rw-r--r--.github/release.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/.github/release.yaml b/.github/release.yaml
index 0f4884c944..f550e52020 100644
--- a/.github/release.yaml
+++ b/.github/release.yaml
@@ -1,18 +1,18 @@
-changelog:
- exclude:
- labels:
- - ignore-for-release
- authors:
- - dependabot
- categories:
- - title: Breaking Changes 🛠
- labels:
- - semver-major
- - breaking-change
- - title: New Features 🎉
- labels:
- - semver-minor
- - enhancement
- - title: Other Changes
- labels:
- - '*'
+changelog:
+ exclude:
+ labels:
+ - ignore-for-release
+ authors:
+ - dependabot
+ categories:
+ - title: Breaking Changes 🛠
+ labels:
+ - semver-major
+ - breaking-change
+ - title: New Features 🎉
+ labels:
+ - semver-minor
+ - enhancement
+ - title: Other Changes
+ labels:
+ - '*'