Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.grenrc.yml - github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad31ac81717acbf980df00fc580fcc408f11a8ee (plain)
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"