From d883a74fe06adf2551bdf72ea0ca3fb560ddd146 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Mar 2025 16:44:40 -1000 Subject: [PATCH] ;tools:just: showrelnotes --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index e3c83f223..9c1d3644d 100644 --- a/Justfile +++ b/Justfile @@ -1499,6 +1499,10 @@ _on-master-branch: just _on-release-branch tools/relnotes.hs +# Show the release notes for VERSION. +@showrelnotes VER: + awk "/^## .*-${VER//./\\.}$/ {p=1;print;next}; /^## / {p=0}; p" doc/relnotes.md + # Generate github release notes for the current release, on stdout and in clipboard. Run on release branch. @ghrelnotes: just _on-release-branch