reflex-release@0.1.0a3
Pre-release
Pre-release
Features
- Materializing a changelog now names leftover orphan news fragments (
+something.feature.md) after the pull request whose commit added them, so their entries get the usual#-link instead of shipping unlinked.
Miscellaneous
- Every
run:step in the generated release workflows now declaresshell: bash, so adefaults.run.shelladded to one of those files — or a runner whose default shell is not bash — cannot change how a release-critical script is interpreted, or silently drop the-e/-o pipefaila failing step relies on. (#6926) - Property docstrings are now noun phrases rather than "Get the ..." / "Return the ..." (ruff 0.16's new
D421).