Skip to content

Commit

Permalink
Postrelease stack for shipit
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Dec 13, 2024
1 parent b1c9318 commit 2adf191
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shipit.stable_3_72_postrelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ci:
require: []

dependencies:
override:
# We are making sure the deploys point to the NPM registry to prevent
# 404 issues like the one described in this comment:
# https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633
- echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc
- curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash -
- bash -i -c "pnpm install"
deploy:
override:
- bash -i -c "./bin/package.js"
- bash -i -c "./bin/create-doc-pr.js"

0 comments on commit 2adf191

Please sign in to comment.