Open leighmcculloch opened 1 week ago
It also appears to not update the version in a workspace.version
or workspace.dependencies|dev-dependencies|build-dependencies
either. That would be needed to support workspaces.
Thanks for catching these issues! I will see if I can figure out a way to fix them!
Versions can be defined in a virtual workspace, by specifying
version.workspace = true
, and those shouldn't be overriden.Currently the tool is overwriting the
version.workspace = true
and replacing it withversion = <new version>
.For an example, check out this repo and run the command: