23 lines
525 B
YAML
23 lines
525 B
YAML
# The full repository name
|
|
repo: stiebke/hugo-internet-weblog
|
|
|
|
# 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.hadan-it.com
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+
|