Skip to content

Commit 4895834

Browse files
Merge pull request #455 from wordpress-mobile/update/configure-update-branch-message
`configure_update`: Add "Mobile Secrets" to current branch message
2 parents f552dab + f800236 commit 4895834

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _None_
1818

1919
### Internal Changes
2020

21-
_None_
21+
- Add "Mobile Secrets" to `configure_update` current branch message to clarify which repo it's referring to. [#455]
2222

2323
## 7.0.0
2424

lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_update_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def self.run(params = {})
4646

4747
def self.prompt_to_switch_branches
4848
branch_name_to_display = current_branch.nil? ? current_hash : current_branch
49-
if UI.confirm("The current branch is `#{branch_name_to_display}`. Would you like to switch branches?")
49+
if UI.confirm("The current Mobile Secrets branch is `#{branch_name_to_display}`. Would you like to switch branches?")
5050
new_branch = UI.select("Select the branch you'd like to switch to: ", get_branches)
5151
checkout_branch(new_branch)
5252
update_configure_file

0 commit comments

Comments
 (0)