You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require authored numbered release notes and complete public-artifact verification on the retained Apple Silicon release host.\n\nSigned-off-by: Joseph Yaksich <gitcommit90@users.noreply.github.com>
`--generate-notes` is not an acceptable replacement for the authored notes.
84
+
Generated commit/PR lists may be appended as secondary metadata, but the public
85
+
body must lead with the complete user-visible acceptance ledger. Before
86
+
publication, compare the notes item-by-item with the originating request and
87
+
the versioned `CHANGELOG.md` entry.
88
+
74
89
## 6. Local verify
75
90
76
91
```bash
@@ -88,7 +103,10 @@ Expect first-run / needs_setup on empty data dir.
88
103
89
104
- Verify the native ZIP was created only after the app was notarized and stapled; extract it and repeat strict signature, ticket, and Gatekeeper checks.
90
105
- Confirm the public Electron feed selects that ZIP for the prior Mac version and returns no update for the new version.
91
-
- On an independent Mac with preserved Application Support, use Profile to make the host download the update, wait for **Restart & install**, install it, and verify the new version, loopback health, resident state, and data-directory identity.
106
+
- On the same retained Apple Silicon release host used for the clean build,
107
+
install the **publicly downloaded** DMG/update with preserved Application
108
+
Support, then verify the new version, loopback health, resident state, and
109
+
data-directory identity.
92
110
- Upload the exact `npm run package:linux` artifact and require GitHub's recorded `sha256:` digest before publication.
93
111
- In a disposable systemd host running the prior release, invoke the same Captain host-update action, observe checking/downloading/installing/restarting, verify the new version and `/var/lib/1helm` identity, and exercise rollback with an intentionally unhealthy disposable fixture.
94
112
@@ -106,9 +124,10 @@ Expect first-run / needs_setup on empty data dir.
106
124
Version: <package version>
107
125
Merged commit: <origin/main SHA>
108
126
Tag/Release: <if any>
127
+
Release notes: complete numbered acceptance ledger reviewed against request
109
128
Local setup: needs_setup verified on clean CTRL_DATA_DIR
110
129
Clean deploy: <pass / skipped + reason>
111
-
Mac host update:<old → new, updater feed + state preserved>
130
+
Mac host update:<public artifact installed on release host + state preserved>
112
131
Linux update: <old → new, digest + health + state preserved>
0 commit comments