Procházet zdrojové kódy

feat(github): add release template

Fedor Lapshin před 3 roky
rodič
revize
401c108917
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12 0
      .github/release.yml

+ 12 - 0
.github/release.yml

@@ -0,0 +1,12 @@
+changelog:
+  categories:
+    - title: "What's changed"
+      labels:
+        - "*"
+    - title: "Breaking changes"
+      labels:
+        - breaking changes
+    
+    - title: "New features"
+      labels:
+        - feature