From 5a20394092a65675c1e026cbaba04e6416bc25dc Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 30 Jul 2015 22:16:01 +0200 Subject: [PATCH] release.sh: commit modified debian/changelog Otherwise, we cannot switch branches. --- release.sh | 1 + 1 file changed, 1 insertion(+) 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 <