Skip to content

Commit daf5923

Browse files
committed
Merge branch 'develop'
2 parents 40fcecf + a97b269 commit daf5923

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

fastlane/Fastfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ lane :production do
6666

6767
# First release to google play so any errors with the descriptions are resolved before
6868
# creating the git tag.
69-
# supply(
70-
# aab: "../app/build/outputs/bundle/release/app-pro-release.aab",
71-
# track: "internal",
72-
# skip_upload_apk: true
73-
# )
74-
#
75-
# whats_new = File.read("../app/src/main/assets/whats-new.txt")
76-
#
77-
# github_release = set_github_release(
78-
# repository_name: "keymapperorg/KeyMapper",
79-
# api_bearer: github_token,
80-
# name: version_name,
81-
# tag_name: "v" + version_name,
82-
# description: whats_new,
83-
# commitish: "master",
84-
# upload_assets: [apk_path_release],
85-
# is_draft: false,
86-
# is_prerelease: false
87-
# )
69+
supply(
70+
aab: "../app/build/outputs/bundle/release/app-pro-release.aab",
71+
track: "internal",
72+
skip_upload_apk: true
73+
)
74+
75+
whats_new = File.read("../app/src/main/assets/whats-new.txt")
76+
77+
github_release = set_github_release(
78+
repository_name: "keymapperorg/KeyMapper",
79+
api_bearer: github_token,
80+
name: version_name,
81+
tag_name: "v" + version_name,
82+
description: whats_new,
83+
commitish: "master",
84+
upload_assets: [apk_path_release],
85+
is_draft: false,
86+
is_prerelease: false
87+
)
8888
end
8989

9090
desc "Create and deploy internal testing release"

0 commit comments

Comments
 (0)