58 lines
1018 B
YAML
Executable File
58 lines
1018 B
YAML
Executable File
# The full repository name
|
|
repo: ralf.kirchner/ks-twenty-fifteen
|
|
|
|
# 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://dev.ksite.de
|
|
|
|
# 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
|
|
- Kind/Refactor
|
|
- Kind/Ui
|
|
-
|
|
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\/.+
|