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