chore: first changesets release (server 2.4.1, cli 2.0.1) + release:publish hardening - #84
Merged
Merged
Conversation
…ease:* We release locally, not via CI. RELEASING.md rewritten as a step-by-step developer guide (npm login → changeset → release:version → review → release:publish → push --follow-tags), with the bun/workspace reasoning up front and CI demoted to an optional appendix. Scripts renamed ci:version/ci:publish → release:version/release:publish (workflow updated to match). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UeVCwYURGVrm2TFtQmWB3s
@samesake/server 2.4.0 → 2.4.1, @samesake/cli 2.0.0 → 2.0.1 (workspace:^ inter-deps). Generated by changeset version; per-package CHANGELOGs added. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UeVCwYURGVrm2TFtQmWB3s
A stale empty packages/jobs-pgboss/ (leftover from #66) made the publish loop attempt a bogus publish. Guard on package.json existence. Also removed the dead directory. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UeVCwYURGVrm2TFtQmWB3s
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.
First release through the local changesets+bun flow: server@2.4.1 + cli@2.0.1 published (workspace:^ → real ranges). Hardens the publish loop to skip non-package dirs. 🤖 Generated with Claude Code