Skip to content

Commit ceae096

Browse files
committed
Tell contributors a version bump needs the app golden refreshed
A manifest version bump changes what the desktop app bundles offline, and the app gate stays red until its committed snapshot is refreshed with npm run golden:refresh.
1 parent 4835f60 commit ceae096

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ Bump a plugin's `manifest.json` `version`. On merge, the `b3-builder` CI Action
9999
signs it, cuts a release, and registers it in the org index. Do not hand-edit `index.json`, the
100100
`.atom.json`, `index.json.sig`, or anything under `dist/`: those are generated and signed by CI.
101101

102+
A version bump also changes what the desktop app bundles offline, and the app keeps a committed
103+
snapshot of that bundle. Once your manifest change is in, run `npm run golden:refresh` in the
104+
`Bespok3d-desktop` checkout and commit the refreshed snapshot with it: the app's gate stays red
105+
until someone does.
106+
102107
## What a good change looks like
103108

104109
- Scoped to a clear user story; only what the story needs.

0 commit comments

Comments
 (0)