ci: Adjust release process to centralized workflows#2216
Draft
Luca Forstner (lforst) wants to merge 3 commits into
Draft
ci: Adjust release process to centralized workflows#2216Luca Forstner (lforst) wants to merge 3 commits into
Luca Forstner (lforst) wants to merge 3 commits into
Conversation
David Elner (delner)
pushed a commit
to braintrustdata/sdk-actions
that referenced
this pull request
Jul 17, 2026
…verify-package` (#63) Adds smaller units of work that are usable in the js repo. Flow for the JS repo would be: - Start publish workflow with specific commit SHA as input - The sha is checked out - An unprivileged job: Finds package versions not on npm yet, writes a manifest with those packages and versions, packs the packages productin `.tgz` files alongside SBOMs and uploads those as artifacts. - The release/packages are posted to Slack and we wait for release gate approval - After approval, the publish job downloads the pre-built artifacts, verifies attestations (so that we know they have not been tampered with), publishes the `.tgz` files to npm, pushes package tags based on changesets, creates a github release per package tag, attaches the SBOMs to the github releases, comments on issues closed by the releases The JS SDK side of things is tracked in this PR: braintrustdata/braintrust-sdk-javascript#2216
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.
Before merging: