PG-430 Update rpm changelog automatically during build

pull/296/head
Vadim Yalovets 2022-05-31 10:11:42 +03:00
parent 33df4d1717
commit f9504fe2b9
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ set_changelog(){
echo "$start_line"
current_date=$(date +"%a %b %d %Y")
sed -i "$start_line,$ d" $1
echo "* $current_date Percona Build/Release Team <eng-build@percona.com> - ${VERSION}-${RPM_RELEASE} >> $1
echo "* $current_date Percona Build/Release Team <eng-build@percona.com> - ${VERSION}-${RPM_RELEASE}" >> $1
echo "- Release ${VERSION}-${RPM_RELEASE}" >> $1
return
fi