Browse Source

feat(github): add release template

Fedor Lapshin 3 years ago
parent
commit
401c108917
1 changed files with 12 additions and 0 deletions
  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