Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workspaces): add simple workspace support #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanielc
Copy link

If we are operating in a workspace then require the --manifest-path
option to disambiguate which workspace member we should bump.

I had to update the toml_edit dependency because of a build
failure. Additionally I added a new dependency same_file to easily and
safely compare manifests file paths.

Happy to change the approach if a better one is recommended.

If we are operating in a workspace then require the `--manifest-path`
option to disambiguate which workspace member we should bump.

I had to update the toml_edit dependency because of a build
failure. Additionally I added a new dependency `same_file` to easily and
safely compare manifests file paths.
@spikespaz
Copy link

Do you think it would be better to infer the workspace member (and require confirmation) by current work directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants