fix(compliance): release 3.0.16 storyboard fixes#5531
Closed
bokelley wants to merge 2 commits into
Closed
Conversation
Contributor
Author
|
Closing in favor of #5533, which uses the changeset-release/ branch prefix expected by the consumed-changeset release workflow. |
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
Release
3.0.16on the 3.0.x line with compliance storyboard fixes for the runner failures reported against the stable bundle.This backports the fixed storyboard source for:
3.0.15already exists as released artifacts and a remote tag, so this ships the next patch release instead of mutating3.0.15.Validation
npm run build:compliance -- --releasenpm run build:protocol-tarball -- --releasenpm run sign:protocol-tarball(skipped locally;SIGN_PROTOCOL_TARBALL=truenot set)npm run test:schemasnpm run test:storyboard-sample-request-schemanpm run test:storyboard-response-schemanpm run test:storyboard-context-entitynpm run test:storyboard-contradictionsnpm run test:storyboard-test-kitsgit diff --check && git diff --cached --checknpm run test:unit && npm run test:test-dynamic-imports && npm run typecheckNotes
No existing
dist/compliance/3.0.15,dist/schemas/3.0.15, ordist/protocol/3.0.15.*files are modified. The release adds new3.0.16artifacts.