Use same release.yml file as in the flutter repo

This moves the dependencies to a separate group, since it's a bit less important
This commit is contained in:
Roland Geider
2025-03-23 09:33:10 +01:00
parent 794fe1d909
commit ad53bbfddf

14
.github/release.yml vendored
View File

@@ -1,4 +1,12 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
exclude:
authors:
- dependabot
categories:
- title: Features
labels:
- '*'
exclude:
labels:
- dependencies
- title: Dependencies
labels:
- dependencies