mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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:
14
.github/release.yml
vendored
14
.github/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user