We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d188c commit d02fe91Copy full SHA for d02fe91
build-aux/main.mk
@@ -313,7 +313,7 @@ prepare-release: generate
313
go mod edit -require=github.com/telepresenceio/telepresence/rpc/v2@$(TELEPRESENCE_VERSION) && \
314
git add go.mod)
315
316
- git commit --signoff --message='Prepare $(TELEPRESENCE_VERSION)'
+ git commit --signoff --message='Prepare $(TELEPRESENCE_VERSION)' || true
317
318
git tag --annotate --message='$(TELEPRESENCE_VERSION)' $(TELEPRESENCE_VERSION)
319
git tag --annotate --message='$(TELEPRESENCE_VERSION)' rpc/$(TELEPRESENCE_VERSION)
0 commit comments