This is a very confusing repo to follow. I see you are creating release tags pointing at a stale commit and just attaching source code assets to the new release, but all traceability is lost so it's very difficult to see what is happening in the source between one release and the next. It's just being version-bumped and re-released without meaningful source changes tracked in git... Why?
You also have a docker image which seems to be built from some other file structure than whats in the repo or even the "Source code (zip)", it references a devops/ and build/ directory that don't exist here and there's not even a Dockerfile present in the repo (or source code)
Where does the actual 6.x.0 version number/changelog come from, if not from a commit in this repo? Is versioning driven by something outside master (a build step, a separate internal repo)?
If someone wanted to contribute to this project it would not be very easy to see whats changing between releases (and why.)
This is a very confusing repo to follow. I see you are creating release tags pointing at a stale commit and just attaching source code assets to the new release, but all traceability is lost so it's very difficult to see what is happening in the source between one release and the next. It's just being version-bumped and re-released without meaningful source changes tracked in git... Why?
You also have a docker image which seems to be built from some other file structure than whats in the repo or even the "Source code (zip)", it references a devops/ and build/ directory that don't exist here and there's not even a Dockerfile present in the repo (or source code)
Where does the actual 6.x.0 version number/changelog come from, if not from a commit in this repo? Is versioning driven by something outside master (a build step, a separate internal repo)?
If someone wanted to contribute to this project it would not be very easy to see whats changing between releases (and why.)