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
+
Once complete, the `init` command will create a `GitVersion.yml` file in the working directory. It can be the root repository directory or any subdirectory in case you have a single repository for more than one project or are restricted to commit into a 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.
s.Contains("'GitVersionConfig.yaml' is deprecated, use 'GitVersion.yml' instead.").ShouldBe(true);
249
+
varconfigFileDeprecatedWarning=string.Format("{0}' is deprecated, use '{1}' instead",ConfigurationProvider.ObsoleteConfigFileName,ConfigurationProvider.DefaultConfigFileName);
0 commit comments