chore: release v3.3.0 - #260
Merged
alongubkin merged 2 commits intoJul 30, 2026
Merged
Conversation
Greptile SummaryThe release PR consistently advances publishable Rust and npm package metadata from version 3.2.0 to 3.3.0.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| Cargo.toml | Updates the Rust workspace release version and versioned internal workspace dependencies to 3.3.0. |
| Cargo.lock | Synchronizes workspace package lockfile entries with the 3.3.0 release version. |
| packages/bindings/package.json | Advances the primary native bindings npm package to 3.3.0 alongside its platform packages. |
| packages/sdk/package.json | Advances the public TypeScript SDK package to 3.3.0. |
| client-sdks/manager/typescript/package.json | Advances the generated manager API TypeScript package to 3.3.0. |
| client-sdks/platform/typescript/package.json | Advances the generated platform API TypeScript package to 3.3.0. |
Reviews (2): Last reviewed commit: "Merge branch 'main' into alon/alien-407-..." | Re-trigger Greptile
…-platform-to-production
alongubkin
deleted the
alon/alien-407-release-alien-v330-and-deploy-platform-to-production
branch
July 30, 2026 12:40
alongubkin
added a commit
that referenced
this pull request
Jul 30, 2026
## Summary - require workflow-dispatch requalification to target the exact merged release commit - compare that commit with its first parent, not the PR’s potentially stale base SHA - preserve the version-only release check while allowing concurrent `main` changes that landed before the squash merge ## Validation - parsed workflow YAML - verified PR #260 merge metadata resolves to `df0b29fe` - verified `df0b29fe^..df0b29f` contains only allowed release-version files Linear: ALIEN-410
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.
Version-only release PR generated by the stable release workflow. The Release qualification check builds and records the exact artifact set. After every required check passes and this merges, run the stable publish action from
mainto promote those qualified artifacts.