Affichage du changelog générée dans la sortie standard
This commit is contained in:
parent
ef4c6d821f
commit
f1ce64b1be
|
@ -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 " "
|
||||
|
|
Loading…
Reference in New Issue