chore(release): v0.18.1 - #795
Merged
Merged
Conversation
Deploy Outputs
|
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.
Patch release
0.18.0→0.18.1, cut withpnpm lerna version patch --yes --no-push.Included changes
Two fixes landed on
mainsincev0.18.0:docs: mark knowledge Phase 6 (injection hardening) as shipped(#794) is also in the range but is adocs:commit, so it does not appear in the changelog and does not affect the bump. Twofix:commits and nofeat:/breaking commits, so conventional-commits resolves to a patch.What this bumps
All six workspace packages
0.18.0→0.18.1:@soat/cli,@soat/sdk,@soat/server, plus the private@soat/app,@soat/postgresdb,@soat/website.Notes
v0.18.0...v0.18.1with no duplicated entries.enginesrelaxation needed to run lerna under Node 22 / pnpm 11.5 in this environment was reverted and amended out —package.jsonis byte-identical tomain, verified withgit diff origin/main HEAD -- package.json.push-release-taginmain.ymlcreates the realv0.18.1tag from the merged commit.Merge
Squash merge, keeping a commit subject that starts with
chore(release):. Every job inmain.ymlre-checksstartsWith(head_commit.message, 'chore(release):'), so a default merge commit titledMerge pull request #NNN…would silently skip the tag push, the npm publish, and the Docker image build while still showing green.Generated by Claude Code