diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad4dfc367c..51b6645c11 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,5 @@ - Alex Unger +- Andrew Schleifer - Aritz Brosa - Diogo Castro - Felix Hillingshaeuser @@ -6,6 +7,8 @@ - Hannah von Reth - Hugo Gonzalez Labrador - Ilja Neumann +- Ilja Neumann +- Ishank Arora - Ishank Arora - Jörn Friedrich Dreyer - LovisaLugnegard diff --git a/Makefile b/Makefile index ac97e30438..299e5e7073 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GIT_DIRTY=`git diff-index --quiet HEAD -- || echo "dirty-"` VERSION=`git describe --always` GO_VERSION=`go version | awk '{print $$3}'` -default: build test lint contrib +default: build test lint release: deps build test lint off: @@ -43,7 +43,7 @@ lint: `go env GOPATH`/bin/golangci-lint run contrib: - #git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md + git shortlog -se | cut -c8- | sort -u | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md # for manual building only deps: