MetaMask / create-release-branch

A command-line tool to create release branches for polyrepos and monorepos.
MIT License
5 stars 6 forks source link

Support 'workspace:^' notation in dependency versions #125

Closed cryptodev-2s closed 10 months ago

cryptodev-2s commented 10 months ago

Overview

This pull request addresses the issue where the 'workspace:^' notation was not being recognized as a valid specifier for dependency/peerDependencies versions in our package.json files.

Changes Made

mcmire commented 10 months ago

Follow up to this — it seems there were some empty directories in packages/ and that caused the tool to throw an error. I've logged a ticket about this here: https://github.com/MetaMask/create-release-branch/issues/128. But it doesn't seem like this deters the Snaps team from using this tool, it's just a minor inconvenience. So we can release a new version with this bugfix.