Skip to content

Commit

Permalink
Merge pull request #93 from nils-a/feature/GH-92
Browse files Browse the repository at this point in the history
(#92) update GitReleaseManager.yaml
  • Loading branch information
nils-a authored May 27, 2024
2 parents 14f42d9 + 65288d7 commit 4230911
Showing 1 changed file with 42 additions and 13 deletions.
55 changes: 42 additions & 13 deletions GitReleaseManager.yaml
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:

0 comments on commit 4230911

Please sign in to comment.