mirror of
https://github.com/knadh/listmonk.git
synced 2024-12-26 08:51:52 +08:00
Update gorelease command and remove deprecated flags.
This commit is contained in:
parent
afd5db994a
commit
79f94d3528
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -79,12 +79,12 @@ pack-bin: build-frontend $(BIN) $(STUFFBIN)
|
|||
# Use goreleaser to do a dry run producing local builds.
|
||||
.PHONY: release-dry
|
||||
release-dry:
|
||||
goreleaser --parallelism 1 --rm-dist --snapshot --skip-validate --skip-publish
|
||||
goreleaser release --parallelism 1 --clean --snapshot --skip=publish
|
||||
|
||||
# Use goreleaser to build production releases and publish them.
|
||||
.PHONY: release
|
||||
release:
|
||||
goreleaser --parallelism 1 --rm-dist --skip-validate
|
||||
goreleaser release --parallelism 1 --clean
|
||||
|
||||
# Build local docker images for development.
|
||||
.PHONY: build-dev-docker
|
||||
|
|
Loading…
Reference in a new issue