Skip to content

Publish changelogs for reflex v0.9.4 release#6601

Merged
masenf merged 2 commits into
mainfrom
masenf/changelog-reflex-0.9.4
Jun 3, 2026
Merged

Publish changelogs for reflex v0.9.4 release#6601
masenf merged 2 commits into
mainfrom
masenf/changelog-reflex-0.9.4

Conversation

@masenf
Copy link
Copy Markdown
Collaborator

@masenf masenf commented Jun 3, 2026

No description provided.

@masenf masenf requested a review from a team as a code owner June 3, 2026 23:33
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 3, 2026

Greptile Summary

This PR publishes changelogs for the reflex v0.9.4 release by consuming towncrier news fragments into CHANGELOG.md files across the main package and all sub-packages, and updating CONTRIBUTING.md with the release workflow.

  • News fragments under news/ and each packages/*/news/ directory are deleted and their content assembled into the corresponding CHANGELOG.md files covering deprecations, features, bug fixes, and misc changes.
  • CONTRIBUTING.md gains a "Publishing CHANGELOG.md" section documenting the towncrier command for maintainers, with a minor typo fix in the "Editing Templates" section.

Confidence Score: 4/5

Safe to merge; the only concern is a documentation command that previews rather than writes the changelog.

The changelog content itself is straightforward and looks correct. The one concrete defect is in CONTRIBUTING.md: the documented release command uses --draft, which causes towncrier to print to stdout only and leave files untouched — the opposite of what the Publishing CHANGELOG.md heading promises. A maintainer following these instructions in a future release would walk away thinking the job is done when nothing was actually written.

CONTRIBUTING.md — the towncrier build --draft command in the new Publishing CHANGELOG.md section.

Important Files Changed

Filename Overview
CONTRIBUTING.md Added 'Publishing CHANGELOG.md' section with a towncrier build --draft command; the --draft flag only previews output and does not write the file, contradicting the stated intent.
CHANGELOG.md New top-level changelog for v0.9.4 assembled from news fragments; content looks correct and complete.
packages/reflex-base/CHANGELOG.md New changelog for reflex-base v0.9.4; includes orphan-fragment deprecation entry without a PR link, which is expected for that fragment type.
packages/reflex-components-markdown/CHANGELOG.md New changelog for reflex-components-markdown at v0.9.3 (package has its own versioning cadence); single misc entry looks correct.
packages/reflex-components-radix/CHANGELOG.md New changelog for reflex-components-radix v0.9.4 with no significant changes; placeholder entry is fine.
packages/reflex-docgen/CHANGELOG.md New changelog for reflex-docgen v0.9.2 with no significant changes; placeholder entry is fine.

Reviews (1): Last reviewed commit: "Publish changelogs for reflex v0.9.4 rel..." | Re-trigger Greptile

Comment thread CONTRIBUTING.md
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jun 3, 2026

Merging this PR will not alter performance

✅ 24 untouched benchmarks


Comparing masenf/changelog-reflex-0.9.4 (d53a90a) with main (bb8b6f5)

Open in CodSpeed

@masenf masenf merged commit ea8155b into main Jun 3, 2026
29 checks passed
@masenf masenf deleted the masenf/changelog-reflex-0.9.4 branch June 3, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants