From 78fb258b5d6ade7f84ca83d53e30dbd1456cc079 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 18 Jun 2023 14:38:07 -0400 Subject: [PATCH] Reordering target definitions --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a28c204..3b098ea 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,12 @@ INSTALL_TARGETS := $(addprefix install-,$(CMDS)) 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 @@ -122,11 +128,6 @@ bump-minor: setup-bump bump-patch: setup-bump 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 go install github.com/tebeka/go2xunit@latest