Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable auto-comment on release #160

Merged
merged 1 commit into from Dec 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-and-release.yml
Expand Up @@ -9,9 +9,6 @@ on:
branches: [ develop ]
# Stable
tags: [ "v*" ]
release:
types:
- published

env:
NET_SDK: '5.0.101'
Expand Down
20 changes: 7 additions & 13 deletions GitReleaseManager.yaml
@@ -1,24 +1,18 @@
# Configuration values used when creating new releases
create:
include-footer: false
include-sha-section: false
allow-update-to-published: false
include-footer: false
include-sha-section: false
allow-update-to-published: false

# Configuration values used when exporting release notes
export:
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: false
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: false

# Configuration values used when closing a milestone
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})
use-issue-comments: false

# The labels that will be used to include issues in release notes.
issue-labels-include:
Expand Down