.grenrc.yml 449 字节
Newer Older
Y
yyexplore 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
---
  dataSource: "prs"
  prefix: "v"
  onlyMilestones: false
  changelogFilename: "CHANGELOG.md"
  includeMessages: "all"
  ignoreIssuesWith:
    - "support"
  ignoreLabels:
    - "duplicate"
    - "invalid"
    - "wontfix"
  groupBy:
    New features:
      - "feature"
    Bug Fixes:
      - "bug"
    Enhancements:
      - "enhancement"
    Internationalisation:
      - "i18n"
    Theme Meta:
      - "meta"
    Uncategorised:
      - "closed"