freeleaps-ops/3rd/load-watcher/.grenrc

11 lines
292 B
Plaintext
Raw Normal View History

{
"dataSource": "milestones",
"groupBy": {
"Features:": ["enhancement", "documentation"],
"Bug Fixes:": ["bug"]
},
"ignoreLabels": ["help wanted", "question", "good first issue"],
"milestoneMatch": "{{tag_name}}",
"changelogFilename": "CHANGELOG.md"
}