From: Michael Stapelberg Date: Thu, 30 Jul 2015 20:16:01 +0000 (+0200) Subject: release.sh: commit modified debian/changelog X-Git-Tag: 4.11~69 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=5a20394092a65675c1e026cbaba04e6416bc25dc release.sh: commit modified debian/changelog Otherwise, we cannot switch branches. --- diff --git a/release.sh b/release.sh index b2e35a0a..6e305464 100755 --- a/release.sh +++ b/release.sh @@ -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 <