Skip to content

Comments

feat: add changelog indexing to preview pipeline#1042

Open
dslovinsky wants to merge 1 commit intomainfrom
ds/changelog-preview-v2
Open

feat: add changelog indexing to preview pipeline#1042
dslovinsky wants to merge 1 commit intomainfrom
ds/changelog-preview-v2

Conversation

@dslovinsky
Copy link
Collaborator

Summary

  • Create preview-changelog.ts uploader with uploadChangelogFile() and uploadChangedChangelogFiles() following the same pattern as preview-mdx.ts
  • Add runChangelogIndexAndUpload() to preview-index.ts, called at the end of runIndexAndUpload() so both docs and changelog are indexed together
  • Route changelog files (fern/changelog/*.md) to the changelog uploader in preview.ts, with reindex on new/deleted files

Companion PR in docs-site repo: OMGWINNING/docs-site (ds/changelog-preview)

Test plan

  • Run pnpm preview — changelog index uploaded under {branch}:index:changelog.json
  • Changed changelog files uploaded under {branch}:changelog:{filename}
  • Edit a changelog .md file — fast path uploads to Redis without reindex
  • Add a new changelog file — triggers reindex
  • Delete a changelog file — triggers reindex
  • pnpm test passes

Add preview-changelog.ts uploader (uploadChangelogFile and
uploadChangedChangelogFiles), add runChangelogIndexAndUpload to
preview-index.ts, and route changelog files to the correct
uploader in preview.ts.

Co-Authored-By: Claude <noreply@anthropic.com>
@dslovinsky dslovinsky self-assigned this Feb 19, 2026
@github-actions
Copy link

github-actions bot commented Feb 19, 2026

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Feb 19, 2026, 11:16 PM

@dslovinsky
Copy link
Collaborator Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fcdda3c2bc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@dslovinsky dslovinsky marked this pull request as ready for review February 21, 2026 00:15
@dslovinsky dslovinsky requested a review from a team as a code owner February 21, 2026 00:15
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.

1 participant