Skip to content

Commit c72698a

Browse files
author
Pascal Berger
committed
Improve overview text formatting
1 parent 10942a2 commit c72698a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/GitVersionTfsTask/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Versioning when using Git, solved. GitVersion looks at your Git history and works out the [semantic version](http://semver.org) of the commit being built.
22

3-
It works with most branching strategies but has been designed mainly around GitFlow and GitHubFlow (pull request workflow).
4-
The calculated version numbers can then be accessed through variables such as `$(GitVersion_NuGetVersion)` and `$(GitVersion_SemVer)`.
5-
It is also very configurable to allow it to work with most release workflows!
3+
It works with most branching strategies but has been designed mainly around GitFlow and GitHubFlow (pull request workflow). The calculated version numbers can then be accessed through variables such as `$(GitVersion_NuGetVersion)` and `$(GitVersion_SemVer)`. It is also very configurable to allow it to work with most release workflows!
64

75
![Build task](img/build-task.png)
86

0 commit comments

Comments
 (0)