chore(release): prepare 0.14.0-beta.0#363
Merged
Merged
Conversation
Contributor
Greptile SummaryThis PR prepares the
Confidence Score: 5/5Safe to merge — two files touched, both are release bookkeeping with no runtime logic. The only changes are a version bump in package.json and changelog reorganization: unreleased entries promoted to a versioned section, a blank [Unreleased] template restored, and two previously missing compare links added. All three changelog links are internally consistent and the [0.13.1] section already exists in the file. Nothing here affects application behaviour. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Unreleased entries] -->|moved into| B["[0.14.0-beta.0] - 2026-05-24"]
C["Fresh [Unreleased] template"] -->|added above| B
B -->|compare link added| D["v0.13.1...v0.14.0-beta.0"]
E["[0.13.1] compare link"] -->|was missing, now added| F["v0.13.0...v0.13.1"]
G["[Unreleased] link updated"] -->|now points to| H["v0.14.0-beta.0...HEAD"]
I["package.json version"] -->|bumped| J["0.13.1 → 0.14.0-beta.0"]
Reviews (1): Last reviewed commit: "chore(release): prepare 0.14.0-beta.0" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hunkdiffto0.14.0-beta.0.0.14.0-beta.0release section.0.13.1reference.Test plan
bun run ./scripts/check-release-version.ts v0.14.0-beta.0bun run typecheckbun testThis PR description was generated by Pi using OpenAI GPT-5