Skip to content

Commit

Permalink
Merge pull request #1387 from amzn/version-bump-lock
Browse files Browse the repository at this point in the history
chore: update release version script to bump pkg lock
  • Loading branch information
jorenbroekema authored Nov 19, 2024
2 parents 325d161 + 4c6af64 commit 2adabaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run release
commit: 'chore: release'
# to ensure the lock file also gets bumped accordingly and added to the commit
version: 'npx changeset version && npm install'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2adabaf

Please sign in to comment.