Skip to content

Commit

Permalink
Merge pull request #14 from waldirborbajr/goreleaser
Browse files Browse the repository at this point in the history
Goreleaser
  • Loading branch information
waldirborbajr authored Mar 6, 2024
2 parents c7986e3 + 04d6151 commit d5c650c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
Expand Down Expand Up @@ -59,4 +58,3 @@ brews:
commit_author:
name: goreleaser-bot
email: bot@goreleaser.com

8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ 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:
@rm -rf dist/
goreleaser release --snapshot

layout: ## 💻 Run Zellij with a layout
zellij --layout go-layout.kdl

0 comments on commit d5c650c

Please sign in to comment.