You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monorepo with multiple poetry projects. I would like configure version_provider=poetry and version_files in .cz.toml in the root. When I run cz bump all pyproject.toml files should be updated.
If you use git and are tagging versions, you can also rely on version_provider = "scm" and remove the hard-coded version (but you might need to check for proper scm versioning support in poetry)
(If this is working for you, don't forget to close the issue, please 🙏🏼)
Yes, using version_provider = "scm" allowed me to remove the bare version in the config. It seems to be working in a quick test, I still need to test it for dev versions (still need to figure that out). Thank you!
Description
I have a monorepo with multiple poetry projects. I would like configure
version_provider=poetry
andversion_files
in.cz.toml
in the root. When I runcz bump
allpyproject.toml
files should be updated.Possible Solution
Additional context
I figured that following works, so maybe this request could be closed:
The text was updated successfully, but these errors were encountered: