소스 검색

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