Skip to content

Commit

Permalink
chore: remove the Make task "release"
Browse files Browse the repository at this point in the history
This task is unnecessary anymore as we release by CI.
  • Loading branch information
suzuki-shunsuke committed May 30, 2024
1 parent 1eaeecb commit 4d223aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ install:
test:
go test -race ./... -v

release: ./bin/goreleaser
./bin/goreleaser release --rm-dist

build: ./bin/goreleaser
./bin/goreleaser build --snapshot --rm-dist

Expand Down

0 comments on commit 4d223aa

Please sign in to comment.