Skip to content

Commit

Permalink
(maint) Update GRM config
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 authored Feb 18, 2021
1 parent 9f407d8 commit 1c0a381
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
issue-labels-include:
- Breaking change
- Feature
- Bug
- Feature
- Enhancement
- Improvement
- Documentation
- security
issue-labels-exclude:
- Build
- Internal / Refactoring
issue-labels-alias:
- name: Documentation
header: Documentation
Expand All @@ -15,9 +17,24 @@ issue-labels-alias:
header: Security
plural: Security
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
include-footer: true
footer-heading: Where to get it
footer-content: >
You can download this release from
[nuget](https://nuget.org/packages/Cake.StrongNameSigner/{milestone}),
or you can just reference it in a cake build script
with `#addin nuget:?package=Cake.StrongNameSigner&version={milestone}`.
footer-includes-milestone: true
milestone-replace-text: "{milestone}"
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
export:
include-created-date-in-title: true
created-date-string-format: yyyy-MM-dd
perform-regex-removal: true
regex-text: '[\r\n]*### Where to get it[\r\n]*You can .*`\.[\r\n]*'
multiline-regex: true
close:
use-issue-comments: true
issue-comment: |-
Expand All @@ -28,4 +45,4 @@ close:
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
- [NuGet Package](https://www.nuget.org/packages/{repository}/{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:

0 comments on commit 1c0a381

Please sign in to comment.