diff options
author | 2021-12-16 15:37:38 -0800 | |
---|---|---|
committer | 2021-12-16 15:37:38 -0800 | |
commit | 2f45c3d2cd8180684aef84957fb4afbaebd30ef6 (patch) | |
tree | cceed9e4cb465e25cef12a3f0d0f7d5f11111518 | |
parent | d763c0ab4e8bb1abfa82b722a3d1588805c5135d (diff) | |
download | bun-2f45c3d2cd8180684aef84957fb4afbaebd30ef6.tar.gz bun-2f45c3d2cd8180684aef84957fb4afbaebd30ef6.tar.zst bun-2f45c3d2cd8180684aef84957fb4afbaebd30ef6.zip |
Update Makefilebun-v0.0.54
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |