feat(ci): changesets release pipeline for visimer packages (#2872) - #10
Merged
Conversation
Registers public-visimer as a release group and wires the same cross-repo publish flow public-agents uses, sized down for a standalone workspace: - public-visimer-version-packages.yml (here): on main pushes touching public/visimer changesets or packages, runs changeset version and opens a Version Packages (visimer) PR. Single lockfile, no dual-lock contract, no root install needed. - public/visimer/.github/workflows/release.yml (mirrors to inkeep/visimer): on main pushes with no pending changesets, builds and runs changeset publish --provenance via npm Trusted Publishing, verifies every @visimer/* package resolves on npm at the released version, then pushes the release tags. No reverse repository_dispatch: nothing on agents-private hangs off a visimer npm release (visimer.com deploys track main pushes, not npm), so the failure surface is the run itself on inkeep/visimer. release-groups:validate passes with the new group; CI.md workflow map updated. GitOrigin-RevId: 1d00f2a695cf18c3e908d235c7059454f43e194b
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.
Copybara-translated 1 Inkeep OSS change. Rebase-merge this PR so the prepared commit lands directly on public main.