Another feature
All checks were successful
release / release (push) Successful in 7s

This commit is contained in:
Tim Basten
2026-02-06 11:52:18 +08:00
parent 5dd6aeb737
commit 3ae14fb1fd
2 changed files with 48 additions and 26 deletions

View File

@@ -1,44 +1,64 @@
repo: go-gitea/gitea
# The full repository name
repo: timmybee/test-release-merging
# 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.timmybee.xyz
# Changelog groups and which labeled PRs to add to each group
groups:
-
-
name: BREAKING
labels:
- kind/breaking
-
name: FEATURE
- pr/breaking
-
name: FEATURES
labels:
- kind/feature
- type/feature
-
name: API
labels:
- modifies/api
-
name: BUGFIXES
labels:
- kind/bug
-
name: ENHANCEMENT
- type/bug
-
name: ENHANCEMENTS
labels:
- kind/enhancement
- kind/refactor
- kind/ui
- type/enhancement
- type/refactoring
- topic/ui
- topic/ui-interaction
- performance/speed
-
name: SECURITY
labels:
- kind/security
-
- topic/security
-
name: TESTING
labels:
- kind/testing
-
- type/testing
-
name: TRANSLATION
labels:
- kind/translation
-
- modifies/translation
-
name: BUILD
labels:
- kind/build
- kind/lint
-
- topic/build
- topic/code-linting
-
name: DOCS
labels:
- kind/docs
-
- type/docs
- modifies/docs
-
name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+