You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ For the `release/3.0.0` branch of GitVersion it shows:
109
109
110
110
## Configuration
111
111
GitVersion 3.0 is mainly powered by configuration and no longer has branching strategies hard coded.
112
-
**Note:** GitVersion ships with internal default configuration which works with GitHubFlow and GitFlow, probably with others too. You **do not** need to run `GitVersion /init` to get started!
112
+
**Note:** GitVersion ships with internal default configuration which works with GitHubFlow and GitFlow, probably with others too. You **do not** need to run `GitVersion /init` to get started!
113
+
The *develop* branch is set to `ContinuousDeployment` mode by default as we have found that is generally what is needed when using GitFlow.
113
114
114
115
You can run `GitVersion /showConfig` to see the effective configuration (defaults + overrides)
0 commit comments