File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ You are seeing:
49
49
designed by [ David Chapman] [ app-icon-author ]
50
50
from The Noun Project.
51
51
52
- [ semver ] : http ://semver.org
52
+ [ semver ] : https ://semver.org
53
53
[ gitter ] : https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
54
54
[ gitter-badge ] : https://badges.gitter.im/Join+Chat.svg
55
55
[ azure-pipeline ] : https://dev.azure.com/GitTools/GitVersion/_build/latest?definitionId=1
@@ -87,4 +87,4 @@ from The Noun Project.
87
87
[ gv-in-action ] : https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/input/docs/img/README.png
88
88
[ banner ] : https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/banner-1280x640.png
89
89
[ app-icon ] : https://thenounproject.com/term/tree/13389/
90
- [ app-icon-author ] : http ://thenounproject.com/david.chapman
90
+ [ app-icon-author ] : https ://thenounproject.com/david.chapman
Original file line number Diff line number Diff line change @@ -57,8 +57,11 @@ private static string GetReadmeContent(BuildContextBase context)
57
57
// language=markdown
58
58
var readme = $ """
59
59
# GitVersion
60
+ ![GitVersion – From git log to SemVer in no time][banner]
60
61
61
- This repository contains the Docker images for [GitVersion](https://gitversion.net).
62
+ Versioning when using Git, solved. GitVersion looks at your git history and works out the [Semantic Version][semver] of the commit being built.
63
+
64
+ This repository contains the Docker images for [GitVersion][website]. Source code can be found at [src](https://github.com/GitTools/GitVersion)
62
65
63
66
## Usage
64
67
@@ -82,6 +85,28 @@ Note that the path `/repo` needs to be passed as an argument since the `gitversi
82
85
docker run --rm -v "$(pwd):/repo" gittools/gitversion:{ tag } -amd64 /repo
83
86
docker run --rm -v "$(pwd):/repo" gittools/gitversion:{ tag } -arm64 /repo
84
87
```
88
+
89
+ ## Quick Links
90
+
91
+ * [Documentation][docs]
92
+ * [Contributing][contribute]
93
+ * [Why GitVersion][why]
94
+ * [Usage][usage]
95
+ * [How it works][how]
96
+ * [FAQ][faq]
97
+ * [Who is using GitVersion][who]
98
+
99
+ [website]: https://gitversion.net
100
+ [docs]: https://gitversion.net/docs/
101
+ [contribute]: https://github.com/GitTools/GitVersion/blob/main/CONTRIBUTING.md
102
+ [why]: https://gitversion.net/docs/learn/why
103
+ [usage]: https://gitversion.net/docs/usage
104
+ [how]: https://gitversion.net/docs/learn/how-it-works
105
+ [faq]: https://gitversion.net/docs/learn/faq
106
+ [who]: https://gitversion.net/docs/learn/who
107
+ [src]: https://github.com/GitTools/GitVersion
108
+ [semver]: https://semver.org
109
+ [banner]: https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/banner-1280x640.png
85
110
""" ;
86
111
return readme ;
87
112
}
You can’t perform that action at this time.
0 commit comments