Skip to content

Commit

Permalink
Create changelogConfig.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Apr 23, 2024
1 parent 7b4bb81 commit 92efc6f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/changelogConfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
changelog_type: 'commit_message'
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
- fix
- title: Code Improvements
labels:
- improvements
- enhancement
- cleanup
- title: New Features
labels:
- feature
- title: Documentation Updates
labels:
- docs
- documentation
- doc

0 comments on commit 92efc6f

Please sign in to comment.