-
Notifications
You must be signed in to change notification settings - Fork 38
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
Monorepo support #220
Comments
I'm not sure what to do with this problem description. Can you be more detailed/precise with your request? |
So here is an example: monorepo If I had a pyproject.toml file in each of the project folders, if I do a version bump bumpver does not recognize that I am within a git repository as I am a couple of directories into the repo. Another way mono repo support could be improved is if you could specify the .toml file to use for configuration when running bumpver (eg Thanks for the package BTW! Super useful! |
Thanks for the update. The I won't be working on this for a while, so if anybody wants to work on a PR, I'd be happy to accept it. |
I've looked at this a bit more closely and a possible implementation could look like this.
If anybody wants to take this on, please let me know. |
I can find no way to have bumpver still commit even if it is in a subdirectory of a monorepo. It would be great if I could specify what version control (eg. git) I am using and then instead of resolving the version control, it simply tries to commit. Currently I get a warning every time saying bumpver can't find the version control, so it is skipping the commit.
The text was updated successfully, but these errors were encountered: