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
- Validates the author against the resolved allowlist and performs a signing precheck when signatures are required.
15
-
- Prompts for service, status, change details, and artifact information; respects the `SHIPLOG_*`environment overrides listed below.
20
+
- Prompts for service, status, change details, and artifact information. You can prefill or bypass prompts with flags (`--service`, `--reason`, etc.) or environment variables listed below.
16
21
- Generates both a human-readable header and a JSON trailer; optionally attaches NDJSON logs via `SHIPLOG_LOG`.
17
22
- Accepts `--yes` to skip confirmation prompts (sets `SHIPLOG_ASSUME_YES=1`).
18
23
- Fast-forwards the journal ref; aborts if the ref is missing or would require a force update.
19
24
- Automatically pushes the updated journal (and attached notes) to `origin` when available; disable with `SHIPLOG_AUTO_PUSH=0` or `--no-push`.
0 commit comments