Skip to content

Commit 5fd7550

Browse files
authored
Remove dependencies parameter from Makefile (#1544)
### Change summary This PR removes the `dependencies` parameter from the release flag, as it's no longer required and resulting in errors. All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change?
1 parent f5f42ec commit 5fd7550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GOLANGCI_LINT := $(BIN_DIR)/golangci-lint
4646
#
4747
# EXAMPLE:
4848
# make release GORELEASER_ARGS="--clean --skip=post-hooks --skip=validate"
49-
release: dependencies $(GO_FILES) ## Build executables using goreleaser
49+
release: $(GO_FILES) ## Build executables using goreleaser
5050
$(GO_BIN) tool -modfile=tools.mod goreleaser build ${GORELEASER_ARGS}
5151

5252
# Useful for attaching a debugger such as https://github.com/go-delve/delve

0 commit comments

Comments
 (0)