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/<version> Cf. commit Infrastructure/gimp-web@bca40810
This commit is contained in:
parent
308963c271
commit
ec4daa643e
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue