-
Notifications
You must be signed in to change notification settings - Fork 7
/
GitReleaseManager.yaml
44 lines (39 loc) · 1.2 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Configuration values used when creating new releases
create:
include-footer: false
include-sha-section: false
allow-update-to-published: false
# Configuration values used when exporting release notes
export:
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: false
# Configuration values used when closing a milestone
close:
use-issue-comments: false
# issue-comment: |-
# :tada: This issue has been resolved in version {milestone} :tada:
#
# The release is available on:
#
# - [GitHub release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
#
# Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:
# The labels that will be used to include issues in release notes.
issue-labels-include:
- Breaking
- Bug
- Documentation
- Duplicate
- Enhancement
- Feature
- Improvement
- Question
# The labels that will NOT be used when including issues in release notes.
issue-labels-exclude:
- Internal Refactoring
# Overrides default pluralization and header names for specific labels.
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation