fix(release): repair version drafting and align workflow naming - #37
Merged
Merged
Conversation
…ewrite Tegami resolved every samva specifier to the private root package named samva, rewriting examples and publishable peers to ^0.0.0 and failing bun install. Name the private root @samva/integrations and ignore it in the release graph.
Rename the tegami-pr workflows to release-plan and release-plan-comment, and lowercase every workflow, job, and step name. Rename the preview artifact to release-plan and update the docs reference.
|
The root workspaces entry still carried the old package name. Update it to @samva/integrations; bun install and bun install --frozen-lockfile both report no further changes.
Use @samva/workspace for the private root package, mirroring @samva/platform in the platform repo, across package.json, the Tegami ignore list, and the lockfile root entry.
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.
Summary
The nightly/manual
prepare releaseworkflow failed because Tegami resolved everysamvaspecifier to the private root package namedsamva, rewriting examples and publishable peers to^0.0.0and breakingbun install. This renames the private root and aligns the workflow files, jobs, and steps to the platform repo's lowercase convention.Changes
samva→@samva/integrationsand ignore it in the Tegami release graph.bun run tegami versionnow completes and writes the publish lock.tegami-pr.yml→release-plan.ymlandtegami-pr-comment.yml→release-plan-comment.yml.release-plan.docs/releases.md.Review notes
samva@^0.0.0 failed to resolveafter Tegami rewrote thesamvaspecifiers) and confirmed the fix reachesPackage versions updated→Publish lock written.bun install,bun run test(89),bun run release:packages:check,bun run validate:agent-plugin,format:check,lint, andBun.YAML.parseover all five workflow files.mainwas rejected by the repository ruleset requiring a pull request, so this lands as a PR.prepare releaseworkflow (nightly 13:00 UTC or manual dispatch) will draft the Version Packages PR.release-plan-comment.ymltriggers on therelease planworkflow name, which the renamed workflow now sets.