-
Notifications
You must be signed in to change notification settings - Fork 255
The version number will be confused when use --prerelease
option
#434
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
Comments
Hello, How does it work when you use the command My pyproject.toml : [tool.semantic_release]
version_variable = [
"src/dummy_package/__init__.py:__version__",
] Do I forget something ? |
@FlorentGodin I made an error when implementing - a new fixed version is already in progress |
Thanks @jacksbox! |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
This issue is stale because it has not been confirmed or planned by the maintainers and has been open 90 days with no recent activity. It will be closed in 7 days, if no further activity occurs. Thank you for your contributions. |
This issue was closed because activity was dormant for 97 days. |
The problem
The version number will be confused when use

--prerelease
option:Expected behavior
The version number is incremented in the normal way.
Additional context
When I execute this command many times, there is a problem with the version number, the log as follows:
semantic_release config in
pyproject.toml
:The text was updated successfully, but these errors were encountered: