patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

CD Use tag instead of pyproject version

Open CTY-git opened this issue 1 year ago • 2 comments

CTY-git avatar Jun 27 '24 09:06 CTY-git

poetry version prints out tag version here:

https://github.com/patched-codes/patchwork/actions/runs/9693871558/job/26750278754#step:8:16

CTY-git avatar Jun 27 '24 09:06 CTY-git

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


patched-codes[bot] avatar Nov 12 '24 08:11 patched-codes[bot]