mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-16 07:35:32 +01:00
Merge pull request #731 from PlaceholderAPI/feature/automatic-release-drafting
Add release.yml for automatic release drafts
This commit is contained in:
commit
b9a5f4445f
24
.github/release.yml
vendored
Normal file
24
.github/release.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# This file is used to automatically draft new release changelogs in GitHub.
|
||||
# Read more: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
|
||||
#
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- 'Action: No Changelog'
|
||||
categories:
|
||||
- title: 'Breaking Changes'
|
||||
labels:
|
||||
- 'Type: Breaking'
|
||||
- title: 'Additions'
|
||||
labels:
|
||||
- 'Type: New Feature'
|
||||
- title: 'Changes'
|
||||
labels:
|
||||
- 'Type: Enhancement'
|
||||
- title: 'Fixes'
|
||||
labels:
|
||||
- 'Type: Bugfix'
|
||||
- title: 'Other changes'
|
||||
labels:
|
||||
- '*' # Catch every other PR not labeled with an "exclude" label.
|
Loading…
Reference in New Issue
Block a user