Closed antoineco closed 2 months ago
Thanks, I was wondering why this was broken. The head -n 32
is weird, we should probably just run ${PAGER:-less}
on the file. Do you mind doing that or do you want me to handle it in another PR?
(FWIW the convention here / in Nixpkgs is to just use topic:
rather than conventional commits, although we’re not very strict about those standards. In Nixpkgs it’s more important since the CI tools read commit messages.)
@emilazy done and done, thanks for the input.
The script returns early when
$systemConfig
is empty, which currently prevents the changelog from being displayed.Fixes #329
Before,
$systemConfig=
After,
$systemConfig=/nix/store/22dc9r5hhm311x5bffwjjr1abr3r2jrz-darwin-system-24.05.20240830.6e99f2a+darwin5.f4f18f3
: