Skip to content

Return default_version to stable now that 1.0.0 has shipped#13

Merged
jnasbyupgrade merged 2 commits into
masterfrom
add-stable-version
Jul 24, 2026
Merged

Return default_version to stable now that 1.0.0 has shipped#13
jnasbyupgrade merged 2 commits into
masterfrom
add-stable-version

Conversation

@jnasbyupgrade

@jnasbyupgrade jnasbyupgrade commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Reset version back to stable after release. Also adds a note to RELEASE.md's step 7 that this PR's own description should stay this small.

1.0.0 is tagged and dist'd (RELEASE.md step 6, done outside this PR - make tag
pushes to origin, which is a personal fork in this checkout, so the tag was
created and pushed to upstream manually instead). This is step 7: flip
default_version back to stable so ordinary source edits regenerate
sql/count_nulls--stable.sql instead of silently corrupting the just-released
sql/count_nulls--1.0.0.sql, add the update script from 1.0.0 to stable, and
open a fresh stable section in HISTORY.md for the next cycle. Verified:
make verify-results green, and the full update chain (CREATE EXTENSION VERSION
'0.9.6' -> ALTER EXTENSION UPDATE -> stable) still works end to end.

Also keeps sql/count_nulls--1.0.0.sql installable going forward (a manual
DATA += in the Makefile) since it drops out of base.mk's install-script
wildcard once it's no longer the "current version" file - the same gap
already tracked as Postgres-Extensions/pgxntool#48.
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 4e412802-a9af-448a-8aea-5e4cdcc73f03

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-stable-version

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jnasbyupgrade
jnasbyupgrade marked this pull request as ready for review July 24, 2026 23:01
@jnasbyupgrade
jnasbyupgrade merged commit a7dc649 into master Jul 24, 2026
17 of 18 checks passed
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