diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-08 00:08:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 00:08:49 -0500 |
commit | c884735740ddbf6c950b44964b7ef7c77c4a0325 (patch) | |
tree | 85734e61f46208b1600d63ac0ce0c441530a2be8 /.changelog.yml | |
parent | 8e132cd16a7ea2a3924663c854051e9aa519eb3c (diff) | |
download | gitea-c884735740ddbf6c950b44964b7ef7c77c4a0325.tar.gz gitea-c884735740ddbf6c950b44964b7ef7c77c4a0325.zip |
Plural form for changelog (#9645)
Fix: https://gitea.com/gitea/changelog/issues/16
Diffstat (limited to '.changelog.yml')
-rw-r--r-- | .changelog.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.changelog.yml b/.changelog.yml index 3bcb309046..a55bc43bda 100644 --- a/.changelog.yml +++ b/.changelog.yml @@ -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 |