Skip to content

Commit

Permalink
Update shipit stack
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Dec 3, 2024
1 parent 9c4e6ff commit d3d5b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shipit.stable_3_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ deploy:
- bash -i -c "npm_config_loglevel=verbose pnpm clean"
- bash -i -c "npm_config_loglevel=verbose NODE_ENV=production pnpm bundle"
- bash -i -c "npm_config_loglevel=verbose node bin/create-cli-duplicate-package.js"
- bash -i -c "npm_config_loglevel=verbose pnpm changeset publish"
- bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag stable-3.71"
# 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 2 lines, which update Homebrew and Shopify.dev docs
- bash -i -c "./bin/package.js"
- bash -i -c "./bin/create-doc-pr.js"
# - bash -i -c "./bin/package.js"
# - bash -i -c "./bin/create-doc-pr.js"

0 comments on commit d3d5b03

Please sign in to comment.