diff --git a/shipit.stable_3_64.yml b/shipit.stable_3_64.yml index 621429c5eb..af1eb0f014 100644 --- a/shipit.stable_3_64.yml +++ b/shipit.stable_3_64.yml @@ -12,10 +12,10 @@ dependencies: deploy: override: - bash -i -c "npm_config_loglevel=verbose pnpm clean" - - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish" + - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag stable-3.64" # When this is no longer the latest stable version, do 2 things: # 1. Replace the previous line with this, replacing 3.x with the actual version: # - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag stable-3.x" # This will prevent publishes from being tagged as latest. # 2. Remove the following line, which updates Homebrew - - bash -i -c "./bin/package.js" + # - bash -i -c "./bin/package.js"