Skip to content

Commit

Permalink
Aktualisieren von changelog-ci-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerolux authored Sep 18, 2024
1 parent dde8e4e commit 3565567
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions changelog-ci-config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
{
"version_prefix": "v",
"group_by": {
"Features": ["enhancement", "feature"],
"Bug Fixes": ["bug", "fix"],
"Improvements": ["improvement"],
"Documentation": ["docs"],
"Others": ["chore", "refactor", "test"]
},
"title": "Changelog for {version}",
"template": {
"group": {
"header": "## {group_title}\n",
"issue": "- [{issue_number}] {issue_title}\n"
},
"release": {
"header": "# {version} - {release_date}\n\n"
}
}
}
changelog_type: 'commit_message' # or 'pull_request'
header_prefix: 'Version:'
commit_changelog: true
comment_changelog: true
include_unlabeled_changes: true
unlabeled_group_title: 'Unlabeled Changes'
pull_request_title_regex: '^Release'
version_regex: 'v?([0-9]{1,2})+[.]+([0-9]{1,2})+[.]+([0-9]{1,2})\s\(\d{1,2}-\d{1,2}-\d{4}\)'
exclude_labels:
- bot
- dependabot
- ci
group_config:
- title: Bug Fixes
labels:
- bug
- bugfix
- title: Code Improvements
labels:
- improvements
- enhancement
- title: New Features
labels:
- feature
- title: Documentation Updates
labels:
- docs
- documentation
- doc

0 comments on commit 3565567

Please sign in to comment.