changelog.sh: use the day after the release

This commit is contained in:
Ivailo Monev 2015-02-03 11:25:13 +00:00
parent 7e7afcc6dc
commit 1ae0c70e20

View file

@ -2,7 +2,7 @@
set -e
date="${1:-2015-01-28}"
date="${1:-2015-01-29}"
packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "kde-l10n")
cwd="$(pwd)"
if [ -z "$date" ];then