Explorar o código

feat(github): add release template

Fedor Lapshin %!s(int64=3) %!d(string=hai) anos
pai
achega
401c108917
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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