Closed coolsoftwaretyler closed 6 months ago
This PR will mark MST as v6. Discussion here. In the last maintainer meeting we decided we'd move forward with this on Monday, May 6, 2024.
Before merging and shipping to npm, we'll want to run bun run publish-docs one more time to get everything published at the same commit.
bun run publish-docs
bun run test:all should pass, and once we're ready with docs, we can re-run those, deploy, merge this, tag it, and publish to npm.
bun run test:all
What does this PR do and why?
This PR will mark MST as v6. Discussion here. In the last maintainer meeting we decided we'd move forward with this on Monday, May 6, 2024.
Before merging and shipping to npm, we'll want to run
bun run publish-docs
one more time to get everything published at the same commit.Steps to validate locally
bun run test:all
should pass, and once we're ready with docs, we can re-run those, deploy, merge this, tag it, and publish to npm.