Skip to content

Commit 4d0582e

Browse files
committed
Merge branch 'refs/heads/develop'
2 parents d64109f + 0f3f58c commit 4d0582e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ lane :prod do
2828
version_name = get_properties_value(key: "VERSION_NAME", path: "./app/version.properties")
2929

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

3433
gradle(task: "testDebugUnitTest")
@@ -57,6 +56,8 @@ lane :prod do
5756

5857
apk_path_release="app/build/outputs/apk/free/release/keymapper-" + version_name + ".apk"
5958

59+
whats_new = File.read("../app/src/main/assets/whats-new.txt")
60+
6061
github_release = set_github_release(
6162
repository_name: "keymapperorg/KeyMapper",
6263
api_bearer: github_token,

0 commit comments

Comments
 (0)