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
![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
0 commit comments