Maximilian Huber
Maximilian Huber
this might align better with expectations coming from semver if you reverse the order: `3.1.5+2023.8.31`. Should still have the same properties.
if the leading version is just increased and every increased version is released at a later date, the sorting should still be the same. (If not just string sorting, but...
oh, sorry, I missed the relative.
the current 0.7.0 release does not contain these files. > `python3 setup.py clean --all` as mentioned in the pyproject.toml doesnt remove these files. we will look into that and make...
For the reviewer: For backporting we have https://github.com/magma/magma/blob/master/.github/workflows/backport-pull-request.yml, that works based on labels. Not sure if that is still functional.
The publish step only runs, if both `build_current` and `build_v2-draft` were executed https://github.com/spdx/spdx-spec/blob/4021a7ae502352cd79bae2979859f28072fc402f/.github/workflows/publish.yml#L46-L49 But * `build_current` only runs on `'refs/heads/master'` and * `build_v2-draft` only runs on `'refs/heads/development/v2.3'` so they never...
Hey, maybe it would be worth to connect in a video call?
ping @puerco , can you please chime in here and clarify your opinion on the ticket?
Hey, I think this is still valid. Can someone please have a look?
Hey, I am not sure if we would want to have that within the tools. I would assume that we should focus on the library first. Especially since that is...