The pre-release workflow writes a speculative ## X.Y.Z changelog section into CHANGELOG.md on every push to master. The changelog should only gain a version entry once that version is actually released. Fix: drop the changelog write from pre_release.yaml (everything else stays); the stable release flow still generates the dated, linked version section from commit history.
The pre-release workflow writes a speculative
## X.Y.Zchangelog section intoCHANGELOG.mdon every push to master. The changelog should only gain a version entry once that version is actually released. Fix: drop the changelog write frompre_release.yaml(everything else stays); the stable release flow still generates the dated, linked version section from commit history.