Skip to content

Commit 1aa28ec

Browse files
authored
dev: remove unused release target (#4481)
1 parent c902b8e commit 1aa28ec

File tree

4 files changed

+0
-4645
lines changed

4 files changed

+0
-4645
lines changed

Makefile

-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ clean:
2222
rm -f $(BINARY)
2323
rm -f test/path
2424
rm -f tools/Dracula.itermcolors
25-
rm -f tools/goreleaser
2625
rm -f tools/svg-term
2726
rm -rf tools/node_modules
2827
.PHONY: clean
@@ -62,23 +61,11 @@ fast_check_generated:
6261
git checkout -- go.mod go.sum # can differ between go1.16 and go1.17
6362
git diff --exit-code # check no changes
6463

65-
release: .goreleaser.yml tools/goreleaser
66-
./tools/goreleaser
67-
.PHONY: release
68-
69-
snapshot: .goreleaser.yml tools/goreleaser
70-
./tools/goreleaser --snapshot --rm-dist
71-
.PHONY: snapshot
72-
7364
# Non-PHONY targets (real files)
7465

7566
$(BINARY): FORCE
7667
go build -o $@ ./cmd/golangci-lint
7768

78-
tools/goreleaser: export GOFLAGS = -mod=readonly
79-
tools/goreleaser: tools/go.mod tools/go.sum
80-
cd tools && go build github.com/goreleaser/goreleaser
81-
8269
# TODO: migrate to docs/
8370
tools/svg-term: tools/package.json tools/package-lock.json
8471
cd tools && npm ci

tools/go.mod

-232
This file was deleted.

0 commit comments

Comments
 (0)