Browse Source

chore: Added release notes configuration (#5148)

* Added release notes configuration

Signed-off-by: Dmytro Bondar <git@bonddim.dev>

* Rename title for default category

Signed-off-by: Dmytro Bondar <git@bonddim.dev>

---------

Signed-off-by: Dmytro Bondar <git@bonddim.dev>
Co-authored-by: Gergely Brautigam <skarlso777@gmail.com>
Dmytro Bondar 7 months ago
parent
commit
2fe2b71640
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .github/release.yml

+ 18 - 0
.github/release.yml

@@ -0,0 +1,18 @@
+# Configuration for automatically generating release notes on GitHub
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
+
+changelog:
+  exclude:
+    labels:
+      - skip-changelog
+
+  categories:
+    - title: General
+      labels:
+        - "*"
+      exclude:
+        labels:
+          - dependencies
+    - title: Dependencies
+      labels:
+        - dependencies