diff options
| author | Brad Linden <brad@lindenlab.com> | 2024-03-01 10:12:00 -0800 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2024-03-01 10:12:00 -0800 |
| commit | 258c039584dd293ba7218dc522882bc0bac25e63 (patch) | |
| tree | a695d32a5fff74828d281f04186039e08287566a /.github/release.yaml | |
| parent | 23d44cb6653ee4ca46ec0e33f19b393b58f5332f (diff) | |
| parent | 701d1a33bb8227aa55a71f48caeb30a453e77ee0 (diff) | |
Merge remote-tracking branch 'origin/main' into release/gltf-maint2
Diffstat (limited to '.github/release.yaml')
| -rw-r--r-- | .github/release.yaml | 36 |
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: + - '*' |
