forked from NASA-AMMOS/slim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Configuration for automatically generated release notes. | ||
# This example demonstrates a variety of customization options. | ||
|
||
# Choose which categories of pull requests should be included. | ||
categories: | ||
- title: "🚀 Features" | ||
labels: | ||
- "feature" | ||
- "enhancement" | ||
- title: "🐛 Bug Fixes" | ||
labels: | ||
- "bug" | ||
- title: "📚 Documentation" | ||
labels: | ||
- "documentation" | ||
- title: "🧰 Maintenance" | ||
labels: | ||
- "maintenance" | ||
- "refactor" | ||
- "chore" | ||
|
||
# Exclude pull requests with these labels from the release notes. | ||
exclude-labels: | ||
- "skip-changelog" | ||
|
||
# Configuration options for how to handle pull requests and issues. | ||
# You can choose to use titles, commit messages, or both. | ||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)" | ||
include-contributors: true | ||
include-issues: false | ||
|
||
# Configure how the release notes should look. | ||
template: | | ||
## What's Changed | ||
$CHANGES | ||
## Contributors | ||
$CONTRIBUTORS |