mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
Add release note template to split dependency chores
Signed-off-by: Philipp Trulson <der-eismann@users.noreply.github.com>
This commit is contained in:
13
.github/release.yml
vendored
Normal file
13
.github/release.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
|
||||
|
||||
changelog:
|
||||
categories:
|
||||
- title: Notable changes
|
||||
labels:
|
||||
- '*'
|
||||
exclude:
|
||||
labels:
|
||||
- dependencies
|
||||
- title: Dependency updates
|
||||
labels:
|
||||
- dependencies
|
||||
Reference in New Issue
Block a user