Skip to content

Commit 2bc8b6f

Browse files
authored
145 fix changelog (#148)
* fix: changelog for release (#145) changelog was not cumulative because the previous tag could not be determined. Issue: #119 * chore: update go to 2.23 (#147) Issue: #146
1 parent 5e98c18 commit 2bc8b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ release-dry-run:
5151
-v `pwd`:/go/src/$(PACKAGE_NAME) \
5252
-v `pwd`/sysroot:/sysroot \
5353
-w /go/src/$(PACKAGE_NAME) \
54-
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
54+
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
5555
--clean --skip=validate --skip=publish
5656

5757
.PHONY: release
@@ -68,5 +68,5 @@ release:
6868
-v `pwd`:/go/src/$(PACKAGE_NAME) \
6969
-v `pwd`/sysroot:/sysroot \
7070
-w /go/src/$(PACKAGE_NAME) \
71-
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
71+
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
7272
release --clean

0 commit comments

Comments
 (0)