diff options
author | 2021-10-28 17:02:27 -0700 | |
---|---|---|
committer | 2021-10-28 17:02:27 -0700 | |
commit | 97c43ef787b0a6176dc3e832160d043b56baae34 (patch) | |
tree | aec1367dc13860134a09447e2b9a19d89c4381ae | |
parent | a546e56669efe7286c4ab44404285536c67c2aaa (diff) | |
download | bun-97c43ef787b0a6176dc3e832160d043b56baae34.tar.gz bun-97c43ef787b0a6176dc3e832160d043b56baae34.tar.zst bun-97c43ef787b0a6176dc3e832160d043b56baae34.zip |
Don't run bun upgrade in the makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |