summaryrefslogtreecommitdiff
path: root/.github/release.yaml
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-07-18 15:25:09 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-07-18 15:25:09 -0400
commit2b97587a14c596514cdea2f2c624445e272cc127 (patch)
tree65100d0341d423e74436797b5de0404b4fbeb05c /.github/release.yaml
parentecb938c95b66ff58840aae64fd5fb791c55ec080 (diff)
SL-18837: Try to post installer and metadata for GH viewer release.
Diffstat (limited to '.github/release.yaml')
-rw-r--r--.github/release.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/release.yaml b/.github/release.yaml
new file mode 100644
index 0000000000..0f4884c944
--- /dev/null
+++ b/.github/release.yaml
@@ -0,0 +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:
+ - '*'