Parcourir la source

feat(github): add release template

Fedor Lapshin il y a 3 ans
Parent
commit
401c108917
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  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