Trim RELEASE.md to only repo-specific content - #85
Conversation
The generic pgxntool release steps now live in the shared ../ai/RELEASE.md (Postgres-Extensions/ai#8). Keep only what's genuinely repo-specific here: the 0.2.3 pg_upgrade catalog-view caveat, and the pre-0.2.2 tagging gap that affects how the shared doc's drift-check step applies to this repo's earliest versions. The PGXN_REMOTE-for-forks gotcha is dropped since it's now covered generically in the shared doc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Claude finished @jnasbyupgrade's task in 2m 1s —— View job Code Review: Trim RELEASE.md to only repo-specific contentTasks
SummaryThis is a clean, well-scoped docs-only trim. I read the full diff ( Verified correct:
Things worth confirming before merge (not blockers on this repo's side):
No code/build/test surface is touched (docs-only), so no functional risk. I did not run CI myself, but per this repo's CLAUDE.md, a doc-only change should only trigger the lightweight Nice, tight trim — no unnecessary abstractions added, and the two kept sections are genuinely repo-specific with clear justification. |
Summary
make tag/make dist, thestablepseudo-version dance, manual PGXN upload) into a shared../ai/RELEASE.md.RELEASE.mddown to only what's genuinely repo-specific, per that doc's policy of not keeping a local copy just for symmetry or generic steps.Kept (genuinely repo-specific):
pg_upgradecaveat — real, permanent, user-facing release-notes guidance not covered anywhere else.0.1.x/0.2.0/0.2.1were never tagged) — this modifies how the shared doc's step 1 drift-check applies to this repo's earliest versions.Dropped (now generic, covered by
../ai/RELEASE.md):stable).PGXN_REMOTE-for-forks gotcha — this happened here first but is now documented generically in the shared doc.stablepseudo-version machinery landed shortly after 0.2.3 — verified true (0.2.3 is the last release cut before it landed), but it's historical trivia with no effect on how a future release is actually cut, so it didn't meet the bar to keep.Dependency
This PR links to
../ai/RELEASE.md, which is not yet merged — depends on Postgres-Extensions/ai#8 landing first.Test plan
changes/all-checks-passedjobs should run).../ai/RELEASE.mdlink resolves once Add shared RELEASE.md for PGXN-extension repos ai#8 merges.