forked from RocketSurgeonsGuild/Autofac.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitReleaseManager.yaml
30 lines (30 loc) · 919 Bytes
/
GitReleaseManager.yaml
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
26
27
28
29
30
# create:
# include-footer: false
# footer-heading: ''
# footer-content: ''
# footer-includes-milestone: true
export:
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: true
regex-text: '([a-f\d]{40}\s|:boom:|:rocket:|:fire:|:blue_book:|:beetle:|:squirrel:|:raised_hand:|:sparkles:|:package:|:old_key:|:wastebasket:|:construction:)'
issue-labels-include:
- ':boom: breaking change'
- ':rocket: feature'
- ':fire: enhancement'
- ':old_key: security'
- ':blue_book: documentation'
- ':beetle: bug'
- ':hammer: chore'
- ':raised_hand: good first issue'
- ':raised_hand: help wanted'
- ':sparkles: mysterious'
- ':package: dependencies'
- ':construction: deprecated'
- ':wastebasket: removed'
issue-labels-exclude:
- ':family: duplicate'
- ':grey_question: question'
- ':lock: wontfix'
- ':shipit: merge'
- ':x: invalid'