gh-action-bump-version icon indicating copy to clipboard operation
gh-action-bump-version copied to clipboard

The action regenerates the yarn.lock file and commit it to VCS

Open virtyaluk opened this issue 6 months ago • 2 comments

Hello there! Long story short. I use Yarn 4, monorepo, and Yarn Workspaces to manage a handful of web projects in a single code base. Every time this action runs, it updates the package.json file and regenerates the yarn.lock file using Yarn 1 specification (instead of my project's Yarn 4) and commit the changes back to the version control. This is an unwanted side-effect that breaks parts of my code. I'd like to see this action commit only necessary files and avoid touching anything else. Is that possible? Thanks.

image

virtyaluk avatar Aug 16 '24 17:08 virtyaluk