update release to cut and upload via gh actions (#580)

This commit is contained in:
Sam Kirsch
2026-08-31 15:10:15 -04:00
committed by GitHub
parent 8568146e02
commit cf21d4aca5
8 changed files with 246 additions and 86 deletions
+6 -2
View File
@@ -29,10 +29,14 @@ updatedeps:
install:
go install -ldflags '-X "main.version=dev build $(dev_build_version)"' ./...
GORELEASER_VERSION := v2.5.0
# Extra flags for goreleaser, e.g. "--skip=publish" for a dry run.
GORELEASER_ARGS ?=
.PHONY: release
release:
@go install github.com/goreleaser/goreleaser@v1.21.0
goreleaser release --clean
@go install github.com/goreleaser/goreleaser/v2@$(GORELEASER_VERSION)
goreleaser release --clean $(GORELEASER_ARGS)
.PHONY: docker
docker: