aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2015-07-30 22:16:01 +0200
committerMichael Stapelberg <michael@stapelberg.de>2015-07-30 22:16:01 +0200
commit5a20394092a65675c1e026cbaba04e6416bc25dc (patch)
tree7e7d5a2f1502f8448132bf94a849ef6fafe85210 /release.sh
parente362c3cf3039166e55e9660a9a29334095bdb851 (diff)
downloadi3-5a20394092a65675c1e026cbaba04e6416bc25dc.tar.gz
i3-5a20394092a65675c1e026cbaba04e6416bc25dc.zip
release.sh: commit modified debian/changelog
Otherwise, we cannot switch branches.
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh1
1 files changed, 1 insertions, 0 deletions
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 <<EOT
FROM debian:sid