chore: release main#528
Merged
Merged
Conversation
99e6472 to
9cb8f4d
Compare
FSM1
added a commit
that referenced
this pull request
Jun 21, 2026
The stale-release-as guard flags any release-as pin that equals its manifest version. On release-please's own PR that equality is EXPECTED, not stale: the PR bumps each package's manifest version up to its release-as target as the in-flight release, so the guard false-failed every release PR (e.g. apps/api release-as=0.42.0 == manifest=0.42.0 on PR #528, while on main release-as is strictly ahead of the manifest and the guard passes). Gate the live check with if: !startsWith(github.head_ref, 'release-please--') so it skips release-please PRs but still runs on every other PR — a genuinely stale pin (already shipped, not removed) still surfaces on the next feature PR. The state-independent unit suite is split into its own always-on step. Entire-Checkpoint: 9c2f65da077e Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
9cb8f4d to
f77300b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #528 +/- ##
==========================================
+ Coverage 64.83% 67.99% +3.15%
==========================================
Files 143 159 +16
Lines 11147 18955 +7808
Branches 1258 1258
==========================================
+ Hits 7227 12888 +5661
- Misses 3675 5822 +2147
Partials 245 245
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
f77300b to
dd058c4
Compare
Contributor
Author
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.
🤖 I have created a release beep boop
cipher-box: 0.43.0
0.43.0 (2026-06-21)
Features
Bug Fixes
@cipherbox/api: 0.42.0
0.42.0 (2026-06-21)
Bug Fixes
cipherbox-desktop: 0.43.0
0.43.0 (2026-06-21)
Features
@cipherbox/api-client: 0.42.0
0.42.0 (2026-06-21)
Bug Fixes
@cipherbox/sdk: 0.37.1
0.37.1 (2026-06-21)
Bug Fixes
cipherbox-fuse: 0.7.0
0.7.0 (2026-06-21)
Features
cipherbox-sdk: 0.7.0
0.7.0 (2026-06-21)
Features
This PR was generated with Release Please. See documentation.