Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1a7441f9 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

release.sh: restore changelog in release curl command

parent 438ccbc0
Branches
No related tags found
No related merge requests found
Pipeline #1119667 canceled
...@@ -31,12 +31,12 @@ function gen_changelog() ...@@ -31,12 +31,12 @@ function gen_changelog()
#echo $lastline #echo $lastline
changelog="Changes:\n" changelog="Changes:\n"
#for i in `seq $firstline $lastline` for i in `seq $firstline $lastline`
#do do
# local line=$( head -n $i ChangeLog | tail -n 1 ) local line=$( head -n $i ChangeLog | tail -n 1 )
# changelog="$changelog$line\\n" changelog="$changelog$line\\n"
# #echo $line #echo $line
#done done
changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the automatic Source code links as they are missing the submodules.\nVisit the [documentation](https://solverstack.gitlabpages.inria.fr/chameleon/#quickstart-install) to see how to install Chameleon." changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the automatic Source code links as they are missing the submodules.\nVisit the [documentation](https://solverstack.gitlabpages.inria.fr/chameleon/#quickstart-install) to see how to install Chameleon."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment