Skip to content

Commit

Permalink
contrib/releases/new-release.sh: add date in doc head file
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Apr 22, 2024
1 parent 2088f72 commit 0ed1a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/releases/new-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ then
(
cat ${dir}/head.org
echo "#+TITLE: StarPU Release starpu-${release} - Documentation"
echo "* Documentation produced on ${DATE}"
cat doc/README.org
) > ${ARTIFACTS}/doc/doc.org
fi
Expand Down

0 comments on commit 0ed1a15

Please sign in to comment.