-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(#92) update GitReleaseManager.yaml
- Loading branch information
Showing
1 changed file
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,45 @@ | ||
create: | ||
include-footer: true | ||
footer-heading: Where to get it | ||
footer-content: > | ||
You can download this release from | ||
[nuget](https://nuget.org/packages/Cake.Terraform/{milestone}), | ||
or you can just reference it in a cake build script | ||
with `#addin nuget:?package=Cake.Terraform&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 | ||
issue-labels-include: | ||
- Breaking change | ||
- Feature | ||
- Bug | ||
- Improvement | ||
- Documentation | ||
- security | ||
- Breaking change | ||
- Bug | ||
- Feature | ||
- Enhancement | ||
- Improvement | ||
- Documentation | ||
- security | ||
issue-labels-exclude: | ||
- Build | ||
- Build | ||
- Internal / Refactoring | ||
issue-labels-alias: | ||
- name: Documentation | ||
header: Documentation | ||
plural: Documentation | ||
- name: security | ||
header: Security | ||
plural: Security | ||
- name: Documentation | ||
header: Documentation | ||
plural: Documentation | ||
- name: security | ||
header: Security | ||
plural: Security | ||
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}) | ||
- [NuGet Package](https://www.nuget.org/packages/Cake.Terraform/{milestone}) | ||
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket: |