Trim RELEASE.md to only repo-specific content - #60
Conversation
Most of this file was a generic copy of pgxntool's release process, now superseded by the shared ../ai/RELEASE.md. Keep only what's actually specific to count_nulls: the distribution-vs-extension version distinction, including its concrete 0.9.7 historical example, which HISTORY.md's 0.9.7 entry also references directly.
|
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 |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Claude finished @jnasbyupgrade's task in 1m 26s —— View job Claude finished the review
ReviewClean, well-scoped trim. Only Verified:
Note (not a blocker, already disclosed by the author): the new intro at No bugs, no factual issues found. I couldn't independently verify the |
The distribution-vs-extension version split isn't a count_nulls quirk -- it's just how PGXN metadata works, already covered generically in ../ai/RELEASE.md step 3. What's actually repo-specific is that count_nulls has exercised it (the 0.9.7 example). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Claude finished @jnasbyupgrade's task in 1m 19s —— View job Claude finished the review
ReviewStill a clean, well-scoped trim — only What Verified:
Note (not a blocker): No bugs or factual issues found. |

Summary
The org has consolidated the shared PGXN-extension release process into a
canonical
../ai/RELEASE.md(Postgres-Extensions/ai#8, not yet merged).Per that doc's policy, a repo should only keep a local
RELEASE.mdfor agenuine repo-specific reason — not as a copy of steps the shared doc now
covers.
This repo's
RELEASE.mdwas almost entirely a copy of the genericpgxntool release steps. This PR trims it down to the one thing that's
actually specific to count_nulls: the distribution-version-vs-extension-version
distinction, including the concrete
0.9.7historical example (adistribution-only PGXN release where the extension version stayed at
0.9.6) —HISTORY.md's own0.9.7entry references this note directly,so it's kept rather than deleted outright.
Depends on Postgres-Extensions/ai#8 landing first, since the new intro
links to
../ai/RELEASE.md. Opened as a draft for that reason.Test plan
0.9.7distribution-only claim againstMETA.in.jsonhistory andHISTORY.mdHISTORY.md's reference to "RELEASE.md's note on distribution vs. extension versions" still resolves after the trim