mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-12 10:10:32 +03:00
Configure automatic generation of release notes in GitHub (#9890)
This commit is contained in:
parent
80ac0a29dd
commit
91b4fae3e7
26
.github/release.yml
vendored
Normal file
26
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- dependencies
|
||||
- Internal
|
||||
- CI
|
||||
- Documentation
|
||||
authors:
|
||||
- dependabot[bot]
|
||||
- pre-commit-ci[bot]
|
||||
categories:
|
||||
- title: Breaking changes
|
||||
labels:
|
||||
- Breaking
|
||||
- title: Features
|
||||
labels:
|
||||
- Feature
|
||||
- title: Bug fixes
|
||||
labels:
|
||||
- Bug
|
||||
- title: Translations
|
||||
labels:
|
||||
- Translations
|
||||
- title: Other changes
|
||||
labels:
|
||||
- '*'
|
||||
Loading…
Reference in New Issue
Block a user