mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
1b4487e6c9
Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/289 Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io> Reviewed-by: Norwin <noerw@noreply.gitea.io> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
55 lines
918 B
YAML
Executable File
55 lines
918 B
YAML
Executable File
# The full repository name
|
|
repo: gitea/tea
|
|
|
|
# Service type (gitea or github)
|
|
service: gitea
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
base-url: https://gitea.com
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: BREAKING
|
|
labels:
|
|
- kind/breaking
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- kind/feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- kind/bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- kind/enhancement
|
|
-
|
|
name: SECURITY
|
|
labels:
|
|
- kind/security
|
|
-
|
|
name: TESTING
|
|
labels:
|
|
- kind/testing
|
|
-
|
|
name: TRANSLATION
|
|
labels:
|
|
- kind/translation
|
|
-
|
|
name: BUILD
|
|
labels:
|
|
- kind/build
|
|
- kind/lint
|
|
-
|
|
name: DOCS
|
|
labels:
|
|
- kind/docs
|
|
-
|
|
name: MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+
|