Skip to content

Commit 71ff1a8

Browse files
committed
Update task to update fastlane release notes metadata
1 parent 232121f commit 71ff1a8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
artifactory (3.0.15)
88
atomos (0.1.3)
99
aws-eventstream (1.1.1)
10-
aws-partitions (1.447.0)
10+
aws-partitions (1.448.0)
1111
aws-sdk-core (3.114.0)
1212
aws-eventstream (~> 1, >= 1.0.2)
1313
aws-partitions (~> 1, >= 1.239.0)
@@ -16,7 +16,7 @@ GEM
1616
aws-sdk-kms (1.43.0)
1717
aws-sdk-core (~> 3, >= 3.112.0)
1818
aws-sigv4 (~> 1.1)
19-
aws-sdk-s3 (1.93.1)
19+
aws-sdk-s3 (1.94.0)
2020
aws-sdk-core (~> 3, >= 3.112.0)
2121
aws-sdk-kms (~> 1)
2222
aws-sigv4 (~> 1.1)

fastlane/Appfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
json_key_file("~/jenkins_static/com.duckduckgo.mobile.android/api.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2-
package_name("com.duckduckgo.mobile.android") # e.g. com.krausefx.app
2+
package_name("com.duckduckgo.mobile.android") # e.g. com.krausefx.app

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ platform :android do
7272
desc "Update local changelist metadata"
7373
lane :update_fastlane_release_notes do
7474

75+
flversion=gradle(task: '-q fastlaneVersionCode')
7576
UI.message("Fastlane version is #{flversion}.")
7677

7778
sh("cp '../app/version/release-notes' '../fastlane/metadata/android/en-US/changelogs/#{flversion}.txt'")

0 commit comments

Comments
 (0)