Skip to content

Commit

Permalink
Makefile: replace deprecated goreleaser flag --rm-dist => --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Apr 29, 2023
1 parent bc97d10 commit effa3f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ build:
@echo " Done!"

release:
BUILDMETA=${GO_BUILDMETA} goreleaser release --rm-dist
BUILDMETA=${GO_BUILDMETA} goreleaser release --clean

release-dryrun:
BUILDMETA=${GO_BUILDMETA} goreleaser release --snapshot --skip-publish --skip-sign --rm-dist
BUILDMETA=${GO_BUILDMETA} goreleaser release --snapshot --skip-publish --skip-sign --clean

release-build:
BUILDMETA=${GO_BUILDMETA} goreleaser build --snapshot --single-target --rm-dist
BUILDMETA=${GO_BUILDMETA} goreleaser build --snapshot --single-target --clean

0 comments on commit effa3f2

Please sign in to comment.