release.sh: commit modified debian/changelog

Otherwise, we cannot switch branches.
next
Michael Stapelberg 2015-07-30 22:16:01 +02:00
parent e362c3cf30
commit 5a20394092
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ mkdir debian
# Copy over the changelog because we expect it to be locally modified in the
# start directory.
cp "${STARTDIR}/debian/changelog" i3/debian/changelog
(cd i3 && git add debian/changelog && git commit -m 'Update debian/changelog')
cat > ${TMPDIR}/Dockerfile <<EOT
FROM debian:sid