Skip to content

Commit 2f9b2b9

Browse files
committed
style: fix markdown table formatting in CONTRIBUTING.md
https://claude.ai/code/session_01ULoEJZPc1AfKpew9Pz8w9H
1 parent 98a89aa commit 2f9b2b9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ Dry-run mode publishes with `--dry-run` and skips git tag/push, so it's safe to
7878

7979
### Input combinations
8080

81-
| newversion | prerelease | Example result | npm tag |
82-
|---|---|---|---|
83-
| `minor` | unchecked | `1.0.0``1.1.0` | `latest` |
84-
| `major` | unchecked | `1.0.0``2.0.0` | `latest` |
85-
| `patch` | unchecked | `1.0.1``1.0.2` | `latest` |
86-
| `minor` | checked | `1.0.0``1.1.0-rc.0` | `rc` |
87-
| `major` | checked | `1.0.0``2.0.0-rc.0` | `rc` |
88-
| `minor` | checked | `1.1.0-rc.0``1.1.0-rc.1` (already rc: bumps rc number) | `rc` |
89-
| `minor` | unchecked | `1.1.0-rc.1``1.1.0` (promote to stable) | `latest` |
81+
| newversion | prerelease | Example result | npm tag |
82+
| ---------- | ---------- | --------------------------------------------------------- | -------- |
83+
| `minor` | unchecked | `1.0.0``1.1.0` | `latest` |
84+
| `major` | unchecked | `1.0.0``2.0.0` | `latest` |
85+
| `patch` | unchecked | `1.0.1``1.0.2` | `latest` |
86+
| `minor` | checked | `1.0.0``1.1.0-rc.0` | `rc` |
87+
| `major` | checked | `1.0.0``2.0.0-rc.0` | `rc` |
88+
| `minor` | checked | `1.1.0-rc.0``1.1.0-rc.1` (already rc: bumps rc number) | `rc` |
89+
| `minor` | unchecked | `1.1.0-rc.1``1.1.0` (promote to stable) | `latest` |
9090

9191
## Documentation Site
9292

0 commit comments

Comments
 (0)