Skip to content

Commit d02fe91

Browse files
committed
Let prepare-release succeed even if there was nothing to commit
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 10d188c commit d02fe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ prepare-release: generate
313313
go mod edit -require=github.com/telepresenceio/telepresence/rpc/v2@$(TELEPRESENCE_VERSION) && \
314314
git add go.mod)
315315

316-
git commit --signoff --message='Prepare $(TELEPRESENCE_VERSION)'
316+
git commit --signoff --message='Prepare $(TELEPRESENCE_VERSION)' || true
317317

318318
git tag --annotate --message='$(TELEPRESENCE_VERSION)' $(TELEPRESENCE_VERSION)
319319
git tag --annotate --message='$(TELEPRESENCE_VERSION)' rpc/$(TELEPRESENCE_VERSION)

0 commit comments

Comments
 (0)