From 8df6c0eed68297a8d5da6a85518e28222e7fc49c Mon Sep 17 00:00:00 2001 From: Waldir BORBA JUNIOR Date: Wed, 6 Mar 2024 14:23:34 -0300 Subject: [PATCH 1/2] feat: goreleaser gen --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f1f636d..07b77b5 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,14 @@ clean: ## ♻️ Clean up lint-fix: ## 🔍 Lint & format, will try to fix errors and modify code golangci-lint run --modules-download-mode=mod *.go --fix -install: ## Install into GOBIN directory +install: ## Install into GOBIN directory go install ./... test: ## 📝 Run all tests go test ./... -layout: ## 💻 Run Zellij with a layout +snap: + goreleaser release --snapshot + +layout: ## 💻 Run Zellij with a layout zellij --layout go-layout.kdl From 04d6151886dddb79244aa23d3075835ab1912668 Mon Sep 17 00:00:00 2001 From: Waldir BORBA JUNIOR Date: Wed, 6 Mar 2024 14:31:58 -0300 Subject: [PATCH 2/2] Rand Message: /creepy-regret --- .goreleaser.yaml | 2 -- Makefile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 434c7d9..256f21d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,7 +20,6 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows - darwin archives: @@ -59,4 +58,3 @@ brews: commit_author: name: goreleaser-bot email: bot@goreleaser.com - diff --git a/Makefile b/Makefile index 07b77b5..ea07ab4 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ test: ## 📝 Run all tests go test ./... snap: + @rm -rf dist/ goreleaser release --snapshot layout: ## 💻 Run Zellij with a layout