We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d14c6 commit 104aa21Copy full SHA for 104aa21
release/Makefile
@@ -24,7 +24,7 @@ release: ## Publish an operator-sdk release, with option for a dry run with DRY_
24
ifeq (,$(GIT_VERSION))
25
$(error "GIT_VERSION must be set to a git tag")
26
endif
27
- $(SCRIPTS_DIR)/fetch goreleaser 0.156.0
+ $(SCRIPTS_DIR)/fetch goreleaser 0.177.0
28
GORELEASER_CURRENT_TAG=$(GIT_VERSION) $(TOOLS_DIR)/goreleaser $(SNAPSHOT_FLAGS) --release-notes=$(CHANGELOG) --parallelism 5
29
ifneq ($(DRY_RUN),)
30
rm $(CHANGELOG)
0 commit comments