File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments