Icon Fehler Mobile Ansicht behoben #1
This commit is contained in:
57
.changelog.yml
Executable file
57
.changelog.yml
Executable file
@ -0,0 +1,57 @@
|
||||
# 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\/.+
|
Reference in New Issue
Block a user