patchwork
patchwork copied to clipboard
CD Use tag instead of pyproject version
poetry version prints out tag version here:
https://github.com/patched-codes/patchwork/actions/runs/9693871558/job/26750278754#step:8:16
File Changed: pyproject.toml
Details: Violation of versioning conventions for development versions. The version number has been changed to "0.0.0a1", which does not follow the correct format for development versions.
Affected Code Snippet:
-version = "0.0.23"
+version = "0.0.0a1"
Start Line: 3
End Line: 3
Details: Violation of ignoring versioning conventions for development versions. The version number has been changed to "0.0.0a1", which does not follow the correct format for development versions.
Affected Code Snippet:
-version = "0.0.23"
+version = "0.0.0a1"
Start Line: 3
End Line: 3