From 4356b364f51b3936d311c0b7cf2bb497e5016bd9 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Tue, 29 Apr 2025 01:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20changelog.yaml?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E6=A0=87=E7=AD=BE=E4=BB=A5=E6=94=AF=E6=8C=81=E4=B8=8D?= =?UTF-8?q?=E5=90=8C=E7=B1=BB=E5=9E=8B=E7=9A=84=E5=8F=98=E6=9B=B4=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=20py.typed=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.yaml | 44 ++++++++++++++++++++++++++++++++---- py.typed => yukilog/py.typed | 0 2 files changed, 39 insertions(+), 5 deletions(-) rename py.typed => yukilog/py.typed (100%) diff --git a/changelog.yaml b/changelog.yaml index 23d4b61..4298a63 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,30 +1,64 @@ +# The full repository name repo: bot/yukilog +# Service type (gitea or github) service: gitea +# Base URL for Gitea instance if using gitea service type (optional) +# Default: https://gitea.com base-url: https://git.liteyuki.icu # Changelog groups and which labeled PRs to add to each group groups: + - + name: BREAKING + labels: + - pr/breaking - name: FEATURES labels: - - feature + - type/feature + - + name: API + labels: + - modifies/api - name: BUGFIXES labels: - - bug + - type/bug - name: ENHANCEMENTS labels: - - enhancement + - type/enhancement + - type/refactoring + - topic/ui + - topic/ui-interaction + - performance/speed + - + name: SECURITY + labels: + - topic/security + - + name: TESTING + labels: + - type/testing + - + name: TRANSLATION + labels: + - modifies/translation - name: BUILD labels: - - build + - topic/build + - topic/code-linting + - + name: DOCS + labels: + - type/docs + - modifies/docs - name: MISC default: true # regex indicating which labels to skip for the changelog -skip-labels: skip-changelog \ No newline at end of file +skip-labels: skip-changelog|backport\/.+ \ No newline at end of file diff --git a/py.typed b/yukilog/py.typed similarity index 100% rename from py.typed rename to yukilog/py.typed