Skip to content

Commit

Permalink
fix(goreleaser): use mod mount as path to changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Sep 20, 2024
1 parent 534d462 commit 6a7c9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/releasing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ release: gen-changelog
$(GORELEASER_SKIP) \
--verbose=$(GORELEASER_VERBOSE) \
--clean \
--release-notes=/go/src/$(GO_MOD_NAME)/.cache/changelog.md
--release-notes=/go/src/$(GORELEASER_MOD_MOUNT)/.cache/changelog.md

0 comments on commit 6a7c9bd

Please sign in to comment.