Skip to content

Commit

Permalink
docs: configuring automatically generated release notes
Browse files Browse the repository at this point in the history
See https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes.

We shall add proper labels when submitting and merging PRs, so release notes can be more automatic.

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 4, 2023
1 parent 1cbe63d commit a754ee0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
changelog:
exclude:
authors:
- app/pre-commit-ci
- app/dependabot
categories:
- title: Breaking Changes
labels:
- "breaking change"
- title: New Features
labels:
- "new feature"
- title: Enhancement
labels:
- enhancement
- title: Documentation
labels:
- Docs
exclude:
labels:
- build
- bug
- title: Build and release
labels:
- build
- title: Bug fixings
labels:
- bug
- title: Other Changes
labels:
- "*"

0 comments on commit a754ee0

Please sign in to comment.