Skip to content

Commit

Permalink
style: organize
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Oct 10, 2021
1 parent b3bb308 commit 1b34d23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ clean: ## Remove previous build
@(go clean)
@(rm -rf $(BIN_FOLDER))

help: ## Display available commands
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

bump: ## Do a version bump
@(npx standard-version --skip.changelog)

bump-check: ## Check which would be the next version
@(npx standard-version --skip.changelog --dry-run)
@(npx standard-version --skip.changelog --dry-run)

help: ## Display available commands
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit 1b34d23

Please sign in to comment.