Skip to content

Commit

Permalink
bump goreleaser to 0.177.0 to address broken goreleaser install script (
Browse files Browse the repository at this point in the history
operator-framework#5187)

Signed-off-by: Joe Lanford <[email protected]>
  • Loading branch information
joelanford authored Sep 3, 2021
1 parent 15d14c6 commit 104aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release: ## Publish an operator-sdk release, with option for a dry run with DRY_
ifeq (,$(GIT_VERSION))
$(error "GIT_VERSION must be set to a git tag")
endif
$(SCRIPTS_DIR)/fetch goreleaser 0.156.0
$(SCRIPTS_DIR)/fetch goreleaser 0.177.0
GORELEASER_CURRENT_TAG=$(GIT_VERSION) $(TOOLS_DIR)/goreleaser $(SNAPSHOT_FLAGS) --release-notes=$(CHANGELOG) --parallelism 5
ifneq ($(DRY_RUN),)
rm $(CHANGELOG)
Expand Down

0 comments on commit 104aa21

Please sign in to comment.