-
Notifications
You must be signed in to change notification settings - Fork 106
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
Bumping wrong version in pyproject.toml #238
Comments
Interesting, if you only put |
Nope, same behavior even though I only put |
You added version-file, but you need to set version-path as well. By default it uses version, but it looks like your version is under tool.poetry. so set your version-path to tool.poetry.version. |
Works like a charm for single version files, thank you. However, how would you specify different paths as two different version files are used here ( |
We either:
|
Could this be implemented in the next version? I am having the same issue. |
Hi,
I have the following configuration to automate changelog generation and release:
By specifying my
pyproject.toml
in the version files and even though a version is already specified in the first section, it does bump the version but on the very first line of the file like so:However I would like it to bump the version in the first section instead:
Is there any way to only bump the targeted version?
Cheers
The text was updated successfully, but these errors were encountered: