Affichage du changelog générée dans la sortie standard

This commit is contained in:
wpetit 2020-07-08 11:43:13 +02:00
parent ef4c6d821f
commit f1ce64b1be
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@ echo >> ${changelog}
echo " * Package built with Tamarin. Based on commit ${current_commit}." >> ${changelog}
echo >> ${changelog}
echo " -- ${top_contributor} ${date}" >> ${changelog}
tamarin_info "Generated dummy changelog:"
tamarin_info " "
cat ${changelog} | tamarin_info
tamarin_info " "