Skip to content

Commit

Permalink
Improve GitReleaseManager aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 13, 2023
1 parent 6801444 commit 935cf6c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Gitter Community Chat
url: https://gitter.im/GitTools/GitVersion
about: Please ask and answer questions here.
- name: Ask for help or share ideas
url: https://github.com/GitTools/GitVersion/discussions/new/choose
about: Ask the community for help or share ideas for new features.
31 changes: 23 additions & 8 deletions GitReleaseManager.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
- Dependencies
- breaking change
- bug
- dependencies
- documentation
- feature
- improvement
issue-labels-exclude:
- Build
- build
issue-labels-alias:
- name: Documentation
- name: breaking change
header: Breaking change
plural: Breaking changes
- name: bug
header: Bug
plural: Bugs
- name: dependencies
header: Dependencies
plural: Dependencies
- name: documentation
header: Documentation
plural: Documentation
- name: feature
header: Features
plural: Features
- name: improvement
header: Improvements
plural: Improvements
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
Expand Down

0 comments on commit 935cf6c

Please sign in to comment.