Skip to content

Commit 935cf6c

Browse files
committed
Improve GitReleaseManager aliases.
1 parent 6801444 commit 935cf6c

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Gitter Community Chat
4-
url: https://gitter.im/GitTools/GitVersion
5-
about: Please ask and answer questions here.
3+
- name: Ask for help or share ideas
4+
url: https://github.com/GitTools/GitVersion/discussions/new/choose
5+
about: Ask the community for help or share ideas for new features.

GitReleaseManager.yml

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
issue-labels-include:
2-
- Breaking change
3-
- Feature
4-
- Bug
5-
- Improvement
6-
- Documentation
7-
- Dependencies
2+
- breaking change
3+
- bug
4+
- dependencies
5+
- documentation
6+
- feature
7+
- improvement
88
issue-labels-exclude:
9-
- Build
9+
- build
1010
issue-labels-alias:
11-
- name: Documentation
11+
- name: breaking change
12+
header: Breaking change
13+
plural: Breaking changes
14+
- name: bug
15+
header: Bug
16+
plural: Bugs
17+
- name: dependencies
18+
header: Dependencies
19+
plural: Dependencies
20+
- name: documentation
1221
header: Documentation
1322
plural: Documentation
23+
- name: feature
24+
header: Features
25+
plural: Features
26+
- name: improvement
27+
header: Improvements
28+
plural: Improvements
1429
create:
1530
include-sha-section: true
1631
sha-section-heading: "SHA256 Hashes of the release artifacts"

0 commit comments

Comments
 (0)