1
0
Fork 0
mirror of https://github.com/Findus23/new-github-changelog-generator.git synced 2024-08-27 19:52:18 +02:00
new-github-changelog-generator/generator/defaultconfig.yaml

42 lines
1 KiB
YAML
Raw Normal View History

2019-02-14 13:47:07 +01:00
api_token: null # replace 'null' with a proper token from https://github.com/settings/tokens to avoid rate limiting issues.
2019-02-03 16:33:44 +01:00
repositories:
- matomo-org/matomo
- matomo-org/tag-manager
- matomo-org/matomo-log-analytics
- matomo-org/matomo-php-tracker
- matomo-org/referrer-spam-blacklist
- matomo-org/tracker-proxy
- matomo-org/device-detector
- matomo-org/searchengine-and-social-list
- matomo-org/component-network
- matomo-org/component-ini
- matomo-org/component-decompress
- matomo-org/component-cache
- matomo-org/matomo-package
- matomo-org/matomo-icons
2019-02-02 22:12:08 +01:00
labels_to_ignore:
- wontfix
- not-in-changelog
- invalid
- duplicate
- answered
- worksforme
sort_by_labels:
- Critical
- Major
- 'c: New plugin'
- 'c: Security'
- Enhancement
- 'c: Performance'
- Regression
- 'c: Design / UI'
- 'c: Usability'
- 'c: Accessibility'
- Task
- 'c: Platform'
- Bug
- 'c: Website matomo.org'
- 'c: i18n'
- RFC
2019-02-14 13:47:07 +01:00
is_matomo: True # set to False if you don't want to generate changelogs for the Matomo project