hugo-theme-relearn/.grenrc.yml

23 lines
407 B
YAML
Raw Normal View History

2019-01-28 01:08:48 +00:00
---
dataSource: "milestones"
onlyMilestones: true
milestoneMatch: "{{tag_name}}"
2019-01-28 01:08:48 +00:00
changelogFilename: "CHANGELOG.md"
ignore-tags-with:
- "Relearn"
2019-01-28 01:08:48 +00:00
ignoreLabels:
- "documentation"
2019-01-28 01:08:48 +00:00
- "duplicate"
- "invalid"
- "support"
2019-01-28 01:08:48 +00:00
- "wontfix"
groupBy:
Bug Fixes:
- "bug"
New features:
- "feature"
Maintenance:
- "task"
2019-01-28 01:08:48 +00:00
Uncategorised:
- "closed"