Skip to content

Commit 686f0f6

Browse files
committed
Push changes to remote and open a pr after updating app store strings
1 parent ba8c70b commit 686f0f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

fastlane/lanes/localization.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
commit_message: "Update #{app_values[:display_name]} `PlayStoreStrings.po` for version #{version}"
127127
)
128128
end
129+
130+
push_to_git_remote(tags: false)
131+
132+
release_branch = "release/#{version}"
133+
create_release_management_pull_request(release_branch, "Merge #{version} editorialized release notes to #{release_branch}")
129134
end
130135

131136
# Updates the metadata in the Play Store (Main store listing) from the content of `fastlane/{metadata|jetpack_metadata}/android/*/*.txt` files

0 commit comments

Comments
 (0)