Skip to content

Commit

Permalink
fix: add yarn.lock update in create release pr (#2438)
Browse files Browse the repository at this point in the history
* shhh

* sssh 2

* fix: uncomment gh release
  • Loading branch information
ryandagg authored Aug 14, 2023
1 parent c81c801 commit 0ae29e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release-pr
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ yarn lerna version \
--no-push \
--no-git-tag-version \
--yes
git add . -u
PACKAGE_VERSION=`node -e "console.log(require('./lerna.json').version)"`
echo "Done creating new CLI package(s) versions"

echo "Updating yarn.lock with new package versions"
yarn

git add . -u
echo "Creating git commit and pushing to GitHub..."
git commit -m "v${PACKAGE_VERSION}"
git push origin "${BRANCH_NAME}"
Expand Down

0 comments on commit 0ae29e6

Please sign in to comment.