Skip to content

Commit 46bc440

Browse files
committed
style: fix markdown table alignment in SOP-013
1 parent e0241c9 commit 46bc440

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/sop/v0.21.x/SOP-013-post-publish-consumer-smoke.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ consumer-smoke:
8282

8383
## Relationship to SOP-012
8484

85-
| | SOP-012 (CI Pre-Publish) | SOP-013 (Post-Publish) |
86-
|---|---|---|
87-
| **When** | Every push to dev/main | After publish completes |
88-
| **Tests against** | Last published JSR version | Freshly published JSR version |
89-
| **Catches** | Regressions in already-shipped code | New-version integration bugs |
90-
| **Needs checkout** | Yes (for create scaffolding) | No (pure JSR consumption) |
85+
| | SOP-012 (CI Pre-Publish) | SOP-013 (Post-Publish) |
86+
| ------------------ | ----------------------------------- | ----------------------------- |
87+
| **When** | Every push to dev/main | After publish completes |
88+
| **Tests against** | Last published JSR version | Freshly published JSR version |
89+
| **Catches** | Regressions in already-shipped code | New-version integration bugs |
90+
| **Needs checkout** | Yes (for create scaffolding) | No (pure JSR consumption) |
9191

9292
Both are needed. SOP-012 catches regressions early in PR CI. SOP-013 is the
9393
final gate that proves the release is actually shippable.

0 commit comments

Comments
 (0)