Commit 69ff33b
authored
feat(static-site): publish v0.3.2 (#35)
Publishes the `static-site` recipe at v0.3.2, pinning the canister and
sync-plugin wasm from dfinity/certified-assets's v0.3.2 release.
The committed `recipe.hbs` is the asset attached to that release,
verbatim — verify it matches:
https://github.com/dfinity/certified-assets/releases/download/v0.3.2/recipe.hbs
After merge, tag `static-site-v0.3.2` in this repo to cut the recipe
release.
------
### Context: version ordering
This publishes `static-site-v0.3.2`, below the existing
`static-site-v0.4.0`. That's
deliberate: the `static-site` recipe version tracks the certified-assets
release it
pins, and v0.4.0 pins v0.3.1 artifacts. A minor bump upstream also
carries a specific
meaning — breaking change, canister reinstall, every asset re-uploaded —
which doesn't
apply here.
Sequence: merge this → tag `static-site-v0.3.2` → retire the
`static-site-v0.4.0` tag
and release. One local checkout references it, coordinated directly.
#34's `visibility` option is unaffected: it was carried upstream in
[certified-assets#118](dfinity/certified-assets#118),
so it's in
the recipe committed here and the diff is only the two wasm pins. These
files are
regenerated from that repo on each publish, so changes persist by
landing there.1 parent 17b88c6 commit 69ff33b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
0 commit comments