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
fix(changelog): guard glow dependency and fix release-tag regex (#1231)
glow was moved from the BST image to Homebrew's cli.Brewfile in 49382c5
(image diet work, projectbluefin/common#546), but changelog.just still
hard-called glow -p. On a fresh boot before brew-preinstall.service runs,
glow is absent and ujust changelog exits 127.
Changes:
- changelog.just: guard both glow -p calls with command -v glow,
fall back to cat when glow isn't installed yet
- changelog.just: fix release-tag regex — drop [.0-9]* suffix that
appended OSTREE_VERSION fractional part (.0) to the date, producing
non-existent query tags like stable-20260619.0
- Clean up stale references left by 49382c5:
- overview.md: glow/fzf now N (brew-preinstall)
- add-package.md: use gum.bst as copy template (glow.bst deleted)
- packaging-binaries.md: remove glow.bst/fzf.bst from example lists,
add lesson about brew-preinstall timing
- packaging-go.md: remove glow.bst/fzf.bst from pre-built examples
- track-bst-sources.yml: remove dead Update glow and Update fzf
steps (silently failing on deleted files)
- sbom_diff.py: remove glow/fzf from notable-packages list
Closes#941
Assisted-by: glm-5.2 via opencode
0 commit comments