Skip to content

Commit d214ef4

Browse files
authored
Merge pull request #335 from wordpress-mobile/use-trunk-as-default-parameter
Update `DEFAULT_GIT_BRANCH` from `develop` to `trunk`
2 parents ef07578 + 8fa11ce commit d214ef4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/git_helper.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ module Helper
55
# Helper methods to execute git-related operations
66
#
77
module GitHelper
8-
# Fallback default branch of the client repository. It's currently set to 'develop' for
9-
# backwards compatibility.
10-
# TODO: Set to 'trunk' for the next major release.
11-
DEFAULT_GIT_BRANCH = 'develop'.freeze
8+
# Fallback default branch of the client repository.
9+
DEFAULT_GIT_BRANCH = 'trunk'.freeze
1210

1311
# Checks if the given path, or current directory if no path is given, is
1412
# inside a Git repository

0 commit comments

Comments
 (0)