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: docs/configuration.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ GitVersion 3.0 is mainly powered by configuration and no longer has branching st
4
4
## Configuration tool
5
5
If you run `GitVersion init` you will be launched into a configuration tool, it can help you configure GitVersion the way you want it.
6
6
7
+
It will create file 'GitVersion.yml' in directory where you launched initialization. It can be root repository directory or any subdirectory in case when you have single repository for more then one project or restricted to commit into subdirectory.
8
+
7
9
**Note:** GitVersion ships with internal default configuration which works with GitHubFlow and GitFlow, probably with others too.
8
10
9
11
The *develop* branch is set to `ContinuousDeployment` mode by default as we have found that is generally what is needed when using GitFlow.
0 commit comments