We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef07578 + 8fa11ce commit d214ef4Copy full SHA for d214ef4
lib/fastlane/plugin/wpmreleasetoolkit/helper/git_helper.rb
@@ -5,10 +5,8 @@ module Helper
5
# Helper methods to execute git-related operations
6
#
7
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
+ # Fallback default branch of the client repository.
+ DEFAULT_GIT_BRANCH = 'trunk'.freeze
12
13
# Checks if the given path, or current directory if no path is given, is
14
# inside a Git repository
0 commit comments