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
poetry-v minor
Set Poetry config version
Commit with message
Bumping version from 0.1.0 to 0.2.0
[main 79f1e75] Bumping version from 0.1.0 to 0.2.0
1 file changed, 1 insertion(+), 1 deletion(-)
Create Git tag
Then git log shows the tag is literally vminor, vmajor etc. and not 0.2.0. The commit message is fine though.
commit ... (HEAD -> main, tag: vminor)
Author: ...
Date: ...
Bumping version from 0.1.0 to 0.2.0
[project]
name = "abc"requires-python = ">=3.9"
[tool.poetry]
version = "0.1.0"
Poetry Runtime Logs
poetry-runtime.log
# unfortunately adding -v (before or after major etc) stops the command from running.
poetry-v -vvv major
Usage: poetry-v VERSION
e.g. 0.1.0
e.g. major|minor|patch
The text was updated successfully, but these errors were encountered:
Description
Then git log shows the tag is literally vminor, vmajor etc. and not 0.2.0. The commit message is fine though.
Workarounds
Increment versions without using a rule.
Poetry Installation Method
other
Operating System
macOS
Poetry Version
2.0.0
Poetry Configuration
Python Sysconfig
sysconfig.log
Example pyproject.toml
Poetry Runtime Logs
poetry-runtime.log
The text was updated successfully, but these errors were encountered: