aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d7cdda4a6..3c2145fae 100644
--- a/Makefile
+++ b/Makefile
@@ -516,6 +516,7 @@ identifier-cache:
tag:
git tag $(BUN_BUILD_TAG)
git push --tags
+ cd ../bun-releases-for-updater && echo $(BUN_BUILD_TAG) > bumper && git add bumper && git commit -m "Update latest release" && git tag $(BUN_BUILD_TAG) && git push
prepare-release: tag release-create