chore: changeset for the 0.0.1 initial release#5
Merged
Conversation
Queues @tanstack/workflow-core for a patch bump (0.0.0 → 0.0.1) and fixes the changeset config's stale TanStack/template repo reference that the github-compact changelog generator uses for PR / issue links. Once this PR lands, the Release workflow on main opens a follow-up "Version Packages" PR that bumps package.json + writes CHANGELOG.md. Merging *that* PR triggers the actual npm publish.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR corrects the Changesets configuration to reference the correct TanStack/workflow repository and adds an initial public release changelog entry for ChangesRelease Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Comment |
This was referenced May 22, 2026
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.
Queues `@tanstack/workflow-core` for a 0.0.0 → 0.0.1 patch bump and fixes a stale `TanStack/template` reference in `.changeset/config.json` that the github-compact changelog generator uses for PR/issue links.
`pnpm changeset status` confirms:
```
🦋 info Packages to be bumped at patch:
🦋 - @tanstack/workflow-core
```
Release flow
Standard changeset two-PR dance:
Prerequisites Tanner needs to confirm before step 2 succeeds
Until that's resolved, the Release workflow won't fire and the Version Packages PR won't get created. (This PR can be merged regardless — the changeset file is content-only and needs no CI to take effect.)
Test plan
Summary by CodeRabbit
@tanstack/workflow-coreinitial release