Separate features and dependencies when generating release notes

This commit is contained in:
Roland Geider
2024-05-29 11:43:19 +02:00
parent af7eee4199
commit 1471d1aee6
2 changed files with 13 additions and 6 deletions

12
.github/release.yml vendored Normal file
View File

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

View File

@@ -5,12 +5,7 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000203">
</testcase>
<testcase classname="fastlane.lanes" name="1: upload_to_play_store" time="174.567673">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.0003">
</testcase>