]> source.dussan.org Git - gitea.git/commitdiff
Adapt `.changelog.yml` to new labeling system (#27701) (#27702)
authorGiteabot <teabot@gitea.io>
Thu, 19 Oct 2023 22:29:50 +0000 (06:29 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 22:29:50 +0000 (00:29 +0200)
Backport #27701 by @delvh

Otherwise, it is not possible anymore to generate changelogs.

Co-authored-by: delvh <dev.lh@web.de>
.changelog.yml

index 657dfa1c0ee527de9d7426e94f9349e464c5de4f..bfdee0c0ca2f08ade6103a9f0966d31475a71269 100644 (file)
@@ -13,46 +13,42 @@ groups:
   -
     name: BREAKING
     labels:
-      - kind/breaking
+      - pr/breaking
   -
     name: SECURITY
     labels:
-      - kind/security
+      - topic/security
   -
     name: FEATURES
     labels:
-      - kind/feature
+      - type/feature
   -
     name: API
     labels:
-      - kind/api
+      - modifies/api
   -
     name: ENHANCEMENTS
     labels:
-      - kind/enhancement
-      - kind/refactor
-      - kind/ui
+      - type/enhancement
+      - type/refactoring
+      - topic/ui
   -
     name: BUGFIXES
     labels:
-      - kind/bug
+      - type/bug
   -
     name: TESTING
     labels:
-      - kind/testing
-  -
-    name: TRANSLATION
-    labels:
-      - kind/translation
+      - type/testing
   -
     name: BUILD
     labels:
-      - kind/build
-      - kind/lint
+      - topic/build
+      - topic/code-linting
   -
     name: DOCS
     labels:
-      - kind/docs
+      - type/docs
   -
     name: MISC
     default: true