Hi,
Hopefully, some of you may have noticed that the latest release 10.8.beta2 did not appear at
These releases are important for properly documenting your contributions.
The github workflow ".github/workflows/dist.yml" is responsible for automatic creation of the releases.
I traced how it stopped working. The PR merged to 10.8.beta2
is the culprit. It removed a significant portion of the workflow script. In particular, the workflow step "Create release".
I am upset by that the PR author removed the code in the name of "outdated things". We have to understand the code and why it exists before we declare that the code is "outdated".
I am upset by that the PR reviewer gave the PR positive review without "reviewing". A reviewer should be half the author. A reviewer should be especially careful when a PR removes code instead of adding code, since that is likely to break things.
Please restore the carelessly removed code.