]> source.dussan.org Git - gitea.git/commitdiff
Plural form for changelog (#9645)
authortechknowlogick <techknowlogick@gitea.io>
Wed, 8 Jan 2020 05:08:49 +0000 (00:08 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2020 05:08:49 +0000 (00:08 -0500)
Fix: https://gitea.com/gitea/changelog/issues/16

.changelog.yml

index 3bcb309046468de28aa6c46f539b637be8fb872c..a55bc43bdad39f6bc9849b2a03558d15968380f9 100644 (file)
@@ -5,7 +5,7 @@ groups:
     labels:
       - kind/breaking
   - 
-    name: FEATURE
+    name: FEATURES
     labels:
       - kind/feature
   -
@@ -13,7 +13,7 @@ groups:
     labels:
       - kind/bug
   - 
-    name: ENHANCEMENT
+    name: ENHANCEMENTS
     labels:
       - kind/enhancement
       - kind/refactor
@@ -41,4 +41,4 @@ groups:
       - kind/docs
   - 
     name: MISC
-    default: true
\ No newline at end of file
+    default: true