# The full repository name
repo: go-gitea/gitea
# Service type (gitea or github)
service: github
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url:
# Changelog groups and which labeled PRs to add to each group
groups:
-
name: BREAKING
labels:
- kind/breaking
name: FEATURES
- kind/feature
name: SECURITY
- kind/security
name: BUGFIXES
- kind/bug
name: ENHANCEMENTS
- kind/enhancement
- kind/refactor
- kind/ui
name: TESTING
- kind/testing
name: TRANSLATION
- kind/translation
name: BUILD
- kind/build
- kind/lint
name: DOCS
- kind/docs
name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+