File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,11 @@ archives:
1717 amd64 : x86_64
1818checksum :
1919 name_template : " checksums.txt"
20+ brews :
21+ - name : git-semver
22+ description : Automatically derive semantic versions from Git tags.
23+ homepage : https://github.com/mdomke/git-semver
24+ tap :
25+ owner : mdomke
26+ name : homebrew-git-semver
27+ skip_upload : auto
Original file line number Diff line number Diff line change @@ -163,10 +163,17 @@ $ git-semver -guard -no-patch
163163
164164## Installation
165165
166- Currently ` git-semver ` can be installed with ` go get `
166+ Currently ` git-semver ` can be installed with ` go install `
167167
168168``` sh
169- $ go get github.com/mdomke/git-semver
169+ $ go install github.com/mdomke/git-semver/v6@latest
170+ ```
171+
172+ There is also a [ Homebrew] ( https://brew.sh/ ) formula that can be installed with
173+
174+ ``` sh
175+ $ brew tap mdomke/git-semver
176+ $ brew install git-semver
170177```
171178
172179## Docker usage
Original file line number Diff line number Diff line change @@ -58,11 +58,9 @@ github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
5858github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
5959github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
6060github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
61- github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A =
6261github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
6362github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
6463github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
65- github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
6664github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
6765github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
6866github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments