Skip to content

Commit

Permalink
Add a configuration for automatic generation of changelogs by Github (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Nov 24, 2023
2 parents 950d9af + 7090f3c commit 7a43f16
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .github/release.yml

# Documentation:
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
exclude:
labels:
- "Ignore in Changelog"
authors:
- octocat
- dependabot
categories:
- title: Breaking Changes 🗲
labels:
- "Breaking Change"
- title: Exciting New Features 🎉
labels:
- "Exciting New Feature"
- title: Enhancement
labels:
- "Enhancement"
- title: Bug Fixes
labels:
- "🐞 Bug"
- title: Other Changes
labels:
- "*"

0 comments on commit 7a43f16

Please sign in to comment.