aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 17:02:27 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-28 17:02:27 -0700
commit97c43ef787b0a6176dc3e832160d043b56baae34 (patch)
treeaec1367dc13860134a09447e2b9a19d89c4381ae
parenta546e56669efe7286c4ab44404285536c67c2aaa (diff)
downloadbun-97c43ef787b0a6176dc3e832160d043b56baae34.tar.gz
bun-97c43ef787b0a6176dc3e832160d043b56baae34.tar.zst
bun-97c43ef787b0a6176dc3e832160d043b56baae34.zip
Don't run bun upgrade in the makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcf819374..4f985d258 100644
--- a/Makefile
+++ b/Makefile
@@ -484,7 +484,7 @@ release-create-auto-updater:
release-create:
gh release create --title "Bun v$(PACKAGE_JSON_VERSION)" "$(BUN_BUILD_TAG)"
- gh release create --repo=$(BUN_AUTO_UPDATER_REPO) --title "Bun v$(PACKAGE_JSON_VERSION)" "$(BUN_BUILD_TAG)" -n "See https://github.com/Jarred-Sumner/bun/releases/tag/$(BUN_BUILD_TAG) for release notes. Using the install script or `bun upgrade` is the recommended way to install Bun. Join Bun's Discord to get access https://bun.sh/discord"
+ gh release create --repo=$(BUN_AUTO_UPDATER_REPO) --title "Bun v$(PACKAGE_JSON_VERSION)" "$(BUN_BUILD_TAG)" -n "See https://github.com/Jarred-Sumner/bun/releases/tag/$(BUN_BUILD_TAG) for release notes. Using the install script or bun upgrade is the recommended way to install Bun. Join Bun's Discord to get access https://bun.sh/discord"
release-bin-entitlements: