Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically move latest changelog to fastlane folder #65

Open
wba2hi opened this issue Feb 23, 2024 · 0 comments
Open

Automatically move latest changelog to fastlane folder #65

wba2hi opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wba2hi
Copy link
Contributor

wba2hi commented Feb 23, 2024

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

  • Adapt documentation. Add info on which task to execute and also emphasize that the changelog of the fastlane needs to be trimmed, e.g. all "app-unrelated" or "f-droid"-unrelated stuff should be removed.
@Chrylo Chrylo added this to the 0.2 milestone Feb 27, 2024
@Chrylo Chrylo added the enhancement New feature or request label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants