Skip to content

Commit 1d2023f

Browse files
author
Pascal Berger
committed
Improve extension description
1 parent bf9e392 commit 1d2023f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GitVersionTfsTask/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Versioning when using git, solved. GitVersion looks at your git history and works out the semantic version (semver.org) of the commit being built.
1+
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). 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!
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!
46

57
![Build task](img/build-task.png)
68

0 commit comments

Comments
 (0)