Skip to content

Commit

Permalink
chore: don't copy changelog to fastlane folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Dec 9, 2024
1 parent 2bb2b95 commit 93be2fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ lane :prod do
version_code = get_properties_value(key: "VERSION_CODE", path: "./app/version.properties")
version_name = get_properties_value(key: "VERSION_NAME", path: "./app/version.properties")

whats_new = File.read("../app/src/main/assets/whats-new.txt")
File.write("metadata/android/en-US/changelogs/" + version_code + ".txt", whats_new)
# Don't create changelog for f-droid because not committing it
# whats_new = File.read("../app/src/main/assets/whats-new.txt")
# File.write("metadata/android/en-US/changelogs/" + version_code + ".txt", whats_new)

gradle(task: "testDebugUnitTest")

Expand Down

0 comments on commit 93be2fa

Please sign in to comment.