From ec4daa643e2701ce27e43d99dc59766f12e9d400 Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 22 Sep 2025 12:27:01 +0200 Subject: [PATCH] tools: use release news alias URL. While we don't know the accurate URL of every release before publication, we now know the alias it will have in the shape: https://www.gimp.org/release/ Cf. commit Infrastructure/gimp-web@bca40810 --- tools/release-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release-stats.sh b/tools/release-stats.sh index 99ad03e812..f826f9f984 100755 --- a/tools/release-stats.sh +++ b/tools/release-stats.sh @@ -177,7 +177,7 @@ count_repo_contributors() cd - > /dev/null } -echo "Since [GIMP $prevmajor.$prevminor.$prevmicro](TODO), in the main GIMP repository:" +echo "Since [GIMP $prevmajor.$prevminor.$prevmicro](/release/$prevmajor.$prevminor.$prevmicro/), in the main GIMP repository:" echo echo "* $closed_issues reports were closed as FIXED." echo "* $merged_mrs merge requests were merged."