mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Delete .github_changelog_generator (#7484)
* Delete .github_changelog_generator * Update Release Drafter replacer category tiltes
This commit is contained in:
parent
798df92f2d
commit
4ac04a8f92
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
@ -36,5 +36,5 @@ template: |
|
||||
|
||||
replacers:
|
||||
# Category titles
|
||||
- search: '/\#\# (\*\*(ADDED|FIXED|CHANGED):\*\*)/g'
|
||||
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
|
||||
replace: '$1'
|
||||
|
@ -1,20 +0,0 @@
|
||||
# No issues and PRs without labels
|
||||
issues=false
|
||||
pr-wo-labels=false
|
||||
|
||||
# Issues are disabled, don't fetch them
|
||||
max-issues=0
|
||||
|
||||
# Label filters
|
||||
exclude-labels=by design,can't reproduce,duplicate,question,invalid,wontfix,ignore changelog
|
||||
|
||||
# Tag is created before generating changelog for release candidates
|
||||
unreleased=false
|
||||
|
||||
# No section labels, we only want a list of merged PRs (label separation only works for Issues)
|
||||
simple-list=true
|
||||
|
||||
# Misc
|
||||
author=false
|
||||
compare-link=false
|
||||
header-label=## Change Log Summary
|
Loading…
Reference in New Issue
Block a user