-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1587 from ScilifelabDataCentre/HMS-2171-create-re…
…lease-template Release template
- Loading branch information
Showing
4 changed files
with
60 additions
and
74 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# file location/name: .github/release.yml | ||
changelog: | ||
exclude: | ||
labels: # A list of labels that exclude a pull request from appearing in release notes. | ||
- skip-changelog | ||
authors: # A list of user or bot login handles whose pull requests are to be excluded from release notes. | ||
- dependabot[bot] | ||
categories: | ||
- title: 🚀 Features | ||
labels: | ||
- feature | ||
- title: 🐛 Bug Fixes | ||
labels: | ||
- bug | ||
- title: ⛓️💥 Breaking Changes | ||
labels: | ||
- breaking | ||
- title: 🛡️ Dependencies | ||
labels: | ||
- dependency | ||
- title: Other Changes | ||
labels: | ||
- "*" # Catch-all for pull requests that didn't match any of the previous categories |
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
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