|
|
@ -113,6 +113,12 @@ INSTALL_TARGETS := $(addprefix install-,$(CMDS))
|
|
|
|
|
|
|
|
|
|
|
|
all: debug setup dep format lint test bench build dist
|
|
|
|
all: debug setup dep format lint test bench build dist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup: setup-dirs setup-build setup-format setup-lint setup-reports setup-bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup-bump:
|
|
|
|
|
|
|
|
go install github.com/guilhem/bump@latest
|
|
|
|
|
|
|
|
|
|
|
|
bump-major: setup-bump
|
|
|
|
bump-major: setup-bump
|
|
|
|
bump major
|
|
|
|
bump major
|
|
|
|
|
|
|
|
|
|
|
@ -122,11 +128,6 @@ bump-minor: setup-bump
|
|
|
|
bump-patch: setup-bump
|
|
|
|
bump-patch: setup-bump
|
|
|
|
bump patch
|
|
|
|
bump patch
|
|
|
|
|
|
|
|
|
|
|
|
setup: setup-dirs setup-build setup-format setup-lint setup-reports setup-bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup-bump:
|
|
|
|
|
|
|
|
go install github.com/guilhem/bump@latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup-reports: setup-dirs
|
|
|
|
setup-reports: setup-dirs
|
|
|
|
go install github.com/tebeka/go2xunit@latest
|
|
|
|
go install github.com/tebeka/go2xunit@latest
|
|
|
|
|
|
|
|
|
|
|
|