mirror of
https://github.com/Calciumdibromid/CaBr2_Java
synced 2025-10-06 03:42:46 +02:00
24 lines
436 B
YAML
Executable File
24 lines
436 B
YAML
Executable File
# Changelog Tool: https://gitea.com/gitea/changelog
|
|
# The full repository name
|
|
repo: th-rosenheim/CaBr2
|
|
|
|
service: github
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog
|