Docs for "tuning for scale"

This commit is contained in:
Philipp Heckel 2021-12-06 16:43:06 -05:00
parent 4cc53633d8
commit d0d1f9e5c7
3 changed files with 171 additions and 7 deletions

View file

@ -118,12 +118,12 @@ clean: .PHONY
release-check-tags:
$(eval LATEST_TAG := $(shell git describe --abbrev=0 --tags | cut -c2-))
if grep -q $(LATEST_TAG) docs/install.md; then\
if ! grep -q $(LATEST_TAG) docs/install.md; then\
echo "ERROR: Must update docs/install.md with latest tag first.";\
exit 1;\
fi
release: build-deps
release: build-deps release-check-tags
goreleaser release --rm-dist --debug
release-snapshot: build-deps