Skip to content

Commit

Permalink
(build) Add GRM configuration file
Browse files Browse the repository at this point in the history
To allow the creation of releases along with notes, as well as updating
issues when a milestone is closed.
  • Loading branch information
gep13 committed Jan 13, 2023
1 parent c764574 commit c53dbc0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions gitreleasemanager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
issue-labels-include:
- Breaking change
- Feature
- C4B Feature
- Bug
- Improvement
- Documentation
issue-labels-exclude:
- Internal Refactoring
- Build
- NO RELEASE NOTES
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
close:
use-issue-comments: true
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})
- [Chocolatey Package](https://chocolatey.org/packages/chocolatey/{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:

0 comments on commit c53dbc0

Please sign in to comment.