Unfill lines when generating release notes

pull/879/head 0.65.0
Wilfred Hughes 2025-09-23 20:24:08 +07:00
parent fb5ce40b0d
commit 256c9e6326
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@ rel_notes:
echo -e "Difftastic is a structural diff tool that understands syntax. See [the manual](https://difftastic.wilfred.me.uk/) to get started, and [the changelog](https://github.com/Wilfred/difftastic/blob/master/CHANGELOG.md) for historical changes.\n"
rg --max-count 1 -B 9999 "released " CHANGELOG.md | tail -n +3 | head -n -2
rg --max-count 1 -B 9999 "released " CHANGELOG.md | tail -n +3 | head -n -2 | awk 'BEGIN{RS="\n\n"; ORS="\n\n"} {gsub(/\n/, " "); print}'
man:
pandoc --standalone --to man difft.1.md -o difft.1