fix: migrate casks to structured postflight steps #1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/homebrew-postflight-steps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Homebrew warns whenever it loads these casks because
postflightis deprecated. Migrate all four casks and the release template topostflight_steps, usingrunwith the literal{{staged_path}}placeholder. Preserve the existing non-fatal xattr cleanup behavior and update the authoring documentation.Validation: all four casks load through
brew info --json=v2 --caskwithout deprecation warnings and expose the expected structured steps; release template passesbash -n;git diff --checkpasses.