summaryrefslogtreecommitdiff
path: root/.github/release.yaml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-10-25 21:33:05 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-10-25 21:33:05 +0300
commit2740d2befc688ceb1dfcf56b44c03079c6755e58 (patch)
tree53db41b7fea5d33610bb9110927fc16537d9ddfc /.github/release.yaml
parent936b66b8307fee405a43a11b579a0178958111a4 (diff)
parent2e8e96cfbcb383a667d1b938f364f0bbafcad5b4 (diff)
Merge branch 'main' into DRTVWR-594-maint-Y
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:
+ - '*'