diff --git a/update_version.sh b/update_version.sh index d4208c13df..d770e0e77f 100755 --- a/update_version.sh +++ b/update_version.sh @@ -70,8 +70,8 @@ export DEBEMAIL="${DEBEMAIL:-securedrop@freedom.press}" export DEBFULLNAME="${DEBFULLNAME:-SecureDrop Team}" # Update the changelog in the Debian package -dch -b -v "${NEW_VERSION}-trusty" -D trusty -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-trusty -dch -b -v "${NEW_VERSION}-xenial" -D xenial -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial +dch -b -v "${NEW_VERSION}+trusty" -D trusty -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-trusty +dch -b -v "${NEW_VERSION}+xenial" -D xenial -c install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial # Commit the change # Due to `set -e`, providing an empty commit message here will cause the script to abort early. git commit -a