summaryrefslogtreecommitdiff
path: root/.github/release.yaml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-10-25 21:31:05 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-10-25 21:31:05 +0300
commit98a431bd16e0e06f8f83b93fd232363403c6463b (patch)
tree0e0bc8bc1c5ab18fda8ff5ba948c13b530c8a6cf /.github/release.yaml
parent69aa02d2e1873970302942487b96d3a6aca119e5 (diff)
parent2e8e96cfbcb383a667d1b938f364f0bbafcad5b4 (diff)
Merge branch 'main' into DRTVWR-591-maint-X
# Conflicts: # indra/newview/llinventorygallery.cpp
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:
+ - '*'