Skip to content

Commit

Permalink
Append commits since last tag (#18)
Browse files Browse the repository at this point in the history
* Append the number of commits since the last tag to the version

* Only print the version not the command

Co-authored-by: Jim Weinert <jweinert@digitalocean.com>
  • Loading branch information
countingtoten and Jim Weinert committed Oct 26, 2021
1 parent 7cbe430 commit 786ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: vendor
go build -ldflags=${go_ldflags} -o bin/felix cmd/felix/main.go

version:
echo ${version}
@echo ${version}

vendor:
go mod tidy
Expand Down

0 comments on commit 786ca91

Please sign in to comment.