瀏覽代碼

feat(github): add release template

Fedor Lapshin 3 年之前
父節點
當前提交
401c108917
共有 1 個文件被更改,包括 12 次插入0 次删除
  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