Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riverma authored Mar 21, 2024
1 parent 7f2cd54 commit 03a8d87
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/release.yml
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

0 comments on commit 03a8d87

Please sign in to comment.