eclipse-kuksa / kuksa-android-companion

Apache License 2.0
3 stars 1 forks source link

Automatically move latest changelog to fastlane folder #65

Open wba2hi opened 6 months ago

wba2hi commented 6 months ago

Is your feature request related to a problem? Please describe. Manually copying over the changelog is error prone and easily forgotten.

Describe the solution you'd like Add a custom Gradle Task which automates this step. After the creation of the new changelog it will copy the latest changelog entry (only the latest version) and moves it into the fastlane/metadata/android/en-us/changelogs/ folder with the name of "{versionCode}.txt". Formatting should be removed in this step, because markup is not supported.

Describe alternatives you've considered Continue doing it manually.

Additional context