|
6 | 6 | Versioning when using git, solved. GitVersion looks at your git history and
|
7 | 7 | works out the [semantic version][semver] of the commit being built.
|
8 | 8 |
|
9 |
| -[![Gitter][gitter-badge]][gitter] |
10 | 9 | [![Build status][appveyor-badge]][appveyor]
|
11 | 10 | [![Build status][azure-pipeline-badge]][azure-pipeline]
|
12 | 11 | [![Build status][github-actions-badge]][github-actions]
|
| 12 | + |
13 | 13 | [![codecov][codecov-badge]][codecov]
|
14 |
| -<!-- [![Build status][github-actions-badge]][github-actions] --> |
15 |
| - |
16 |
| -| | Stable | Pre-release | |
17 |
| -| ------------------------------------: | :----------------------------------------------------------------: | :------------------------------------------------------------------------: | |
18 |
| -| **GitHub Release** | [![GitHub release][gh-rel-badge]][gh-rel] | - | |
19 |
| -| **GitVersion.Portable** | [![Chocolatey][choco-badge]][choco] | [![Chocolatey][choco-pre-badge]][choco] | |
20 |
| -| **GitVersionTask** | [![NuGet][gvt-badge]][gvt] | [![NuGet][gvt-pre-badge]][gvt] | |
21 |
| -| **GitVersion.CommandLine** | [![NuGet][gvcl-badge]][gvcl] | [![NuGet][gvcl-pre-badge]][gvcl] | |
22 |
| -| **GitVersion.Tool** | [![NuGet][gvgt-badge]][gvgt] | [![NuGet][gvgt-pre-badge]][gvgt] | |
23 |
| -| **Homebrew** | [![homebrew][brew-badge]][brew] | - | |
24 |
| -| **Docker** | [![Docker Pulls][dockerhub-badge]][dockerhub] | - | |
25 |
| -| **Azure Pipeline Task** | [![Azure Pipeline Task][az-pipeline-task-badge]][az-pipeline-task] | - | |
26 |
| -| **Github Action** | [![Github Action][gh-actions-badge]][gh-actions] | - | |
| 14 | +[![Gitter][gitter-badge]][gitter] |
| 15 | + |
| 16 | +| Artifact | Stable | |
| 17 | +| :------------------------- | :----------------------------------------------------------------- | |
| 18 | +| **GitHub Release** | [![GitHub release][gh-rel-badge]][gh-rel] | |
| 19 | +| **GitVersion.Portable** | [![Chocolatey][choco-badge]][choco] | |
| 20 | +| **GitVersion.Tool** | [![NuGet][gvgt-badge]][gvgt] | |
| 21 | +| **GitVersion.CommandLine** | [![NuGet][gvcl-badge]][gvcl] | |
| 22 | +| **GitVersionTask** | [![NuGet][gvt-badge]][gvt] | |
| 23 | +| **Azure Pipeline Task** | [![Azure Pipeline Task][az-pipeline-task-badge]][az-pipeline-task] | |
| 24 | +| **Github Action** | [![Github Action][gh-actions-badge]][gh-actions] | |
| 25 | +| **Docker** | [![Docker Pulls][dockerhub-badge]][dockerhub] | |
27 | 26 |
|
28 | 27 | ## Compatibility
|
29 | 28 |
|
@@ -78,16 +77,12 @@ from The Noun Project.
|
78 | 77 | [gh-rel-badge]: https://img.shields.io/github/release/gittools/gitversion.svg?logo=github
|
79 | 78 | [choco]: https://chocolatey.org/packages/GitVersion.Portable
|
80 | 79 | [choco-badge]: https://img.shields.io/chocolatey/v/gitversion.portable.svg?logo=nuget
|
81 |
| -[choco-pre-badge]: https://img.shields.io/chocolatey/vpre/gitversion.portable.svg?logo=nuget |
82 | 80 | [gvt]: https://www.nuget.org/packages/GitVersionTask
|
83 | 81 | [gvt-badge]: https://img.shields.io/nuget/v/GitVersionTask.svg?logo=nuget
|
84 |
| -[gvt-pre-badge]: https://img.shields.io/nuget/vpre/GitVersionTask.svg?logo=nuget |
85 | 82 | [gvcl]: https://www.nuget.org/packages/GitVersion.CommandLine
|
86 | 83 | [gvcl-badge]: https://img.shields.io/nuget/v/GitVersion.CommandLine.svg?logo=nuget
|
87 |
| -[gvcl-pre-badge]: https://img.shields.io/nuget/vpre/GitVersion.CommandLine.svg?logo=nuget |
88 | 84 | [gvgt]: https://www.nuget.org/packages/GitVersion.Tool
|
89 | 85 | [gvgt-badge]: https://img.shields.io/nuget/v/GitVersion.Tool.svg?logo=nuget
|
90 |
| -[gvgt-pre-badge]: https://img.shields.io/nuget/vpre/GitVersion.Tool.svg?logo=nuget |
91 | 86 | [brew]: http://brew.sh/
|
92 | 87 | [brew-badge]: https://img.shields.io/homebrew/v/gitversion.svg?logo=homebrew
|
93 | 88 | [dockerhub]: https://hub.docker.com/r/gittools/gitversion/
|
|
0 commit comments