Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions changes/ci-surface-planning.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
### Changed

- CI now runs the full release-candidate matrix for release tags instead of
every push to `main`. Main pushes plan from the pushed diff, so untouched
surfaces (for example the Android candidate) skip their jobs, and the release
workflow waits for the tag's own CI run before promoting its artifacts.
- Backend tests run once with the race detector and coverage together instead
of as two separate suites.
- CI now runs the full release-candidate matrix for release tags instead of every push to `main`. Main pushes plan from the pushed diff, so untouched surfaces (for example the Android candidate) skip their jobs, and the release workflow waits for the tag's own CI run before promoting its artifacts.
- Backend tests run once with the race detector and coverage together instead of as two separate suites.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"js-yaml": "4.3.1",
"nanoid": "3.3.18",
"postcss": "8.5.23",
"qs": "6.16.0",
"sharp": "0.35.0",
"tar": "7.5.22",
"undici": "7.29.0",
Expand Down
Loading