Commit db0a6e6
committed
chore: introduce packages/manifest as canonical release version
Problem: after plugin removal the repo has three private workspace
packages (backend/frontend/shared) with independent versions. Changesets
lets contributors pick any of them as a bump target, and the docker
workflow's workflow_dispatch input requires a manual version string.
There's no single place called "the Manifest version".
Fix: add a code-free shell package at packages/manifest/ whose only job
is to hold the canonical release version. The three real packages are
added to the changesets ignore list, so npx changeset only offers
'manifest' as a target. The docker workflow reads
packages/manifest/package.json via jq, so maintainers click Run workflow
with a blank input and get a correctly-tagged image.
This follows the code-quality-reviewer's recommendation over two
alternatives: (a) promoting manifest-backend as canonical (ugly name in
the picker, load-bearing undocumented convention) or (b) nesting
backend/frontend under packages/manifest/ (30-60 files touched, git
blame muddied, shared asymmetry).
Changes:
- packages/manifest/package.json — new, name: 'manifest',
version: '0.1.0', private, short description pointing readers at
../backend and ../frontend
- packages/manifest/README.md — new, explains why the package exists,
the changeset workflow, and the docker release flow
- package.json — add packages/manifest to workspaces
- .changeset/config.json — ignore manifest-backend, manifest-frontend,
manifest-shared so manifest is the only bump target
- .github/workflows/docker.yml — make version input optional, add a
Resolve version step that uses the input if provided, otherwise
jq -r .version packages/manifest/package.json; pass the resolved
version to docker/metadata-action
- CLAUDE.md — rewrite the Releases section to describe the new flow
- CONTRIBUTING.md — add a changeset step to the workflow and a
Cutting a Docker release section
Verified locally:
- npx changeset with a 'manifest' target bumps correctly (0.1.0 → 0.1.1)
- npx changeset with a 'manifest-backend' target is silently ignored
- Shared build clean
- Backend and frontend typecheck clean
- Lint clean (same 11 pre-existing frontend warnings, zero new)1 parent 473e1f8 commit db0a6e6
File tree
8 files changed
+118
-16
lines changed- .changeset
- .github/workflows
- packages/manifest
8 files changed
+118
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
58 | 70 | | |
59 | 71 | | |
60 | 72 | | |
| |||
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
75 | 87 | | |
76 | 88 | | |
77 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | | - | |
489 | | - | |
490 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
491 | 521 | | |
492 | 522 | | |
493 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
154 | 167 | | |
155 | 168 | | |
156 | 169 | | |
| |||
159 | 172 | | |
160 | 173 | | |
161 | 174 | | |
162 | | - | |
| 175 | + | |
163 | 176 | | |
164 | 177 | | |
165 | 178 | | |
166 | 179 | | |
167 | 180 | | |
168 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
169 | 192 | | |
170 | 193 | | |
171 | 194 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments