Skip to content

Commit

Permalink
Deprecate stable/3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerand committed Aug 2, 2024
1 parent c296a0d commit c4642ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shipit.stable_3_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c4642ac

Please sign in to comment.