Przeglądaj źródła

chore: add release.yml config

Andelf 3 lat temu
rodzic
commit
ca2e6b1312
1 zmienionych plików z 26 dodań i 0 usunięć
  1. 26 0
      .github/release.yml

+ 26 - 0
.github/release.yml

@@ -0,0 +1,26 @@
+# .github/release.yml
+
+changelog:
+  exclude:
+    labels:
+      - test
+      - chore
+      - ci
+      - :type/dev
+  categories:
+    - title: Exciting New Features 🎉
+      labels:
+        - :type/feature-request
+        - :type/feature
+    - title: Bug Fixes 🐛
+      labels:
+        - :type/bug
+        - :type/bug-fix
+        - :type/regression
+    - title: Enhancements 🔧
+      labels:
+        - :type/enhancement
+        - :type/performance
+    - title: Other Changes 🚧
+      labels:
+        - "*"