We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80c264 commit 100492dCopy full SHA for 100492d
update_version.sh
@@ -65,7 +65,8 @@ sed -i "s/\(## ${OLD_VERSION}\)/## ${NEW_VERSION}\n\n\n\n\1/g" changelog.md
65
export DEBEMAIL="${DEBEMAIL:-securedrop@freedom.press}"
66
export DEBFULLNAME="${DEBFULLNAME:-SecureDrop Team}"
67
68
-# Update the changelog in the Debian package
+# Update the changelog in the Debian packages
69
+dch -b -v "${NEW_VERSION}" -D unstable -c admin/debian/changelog
70
dch -b -v "${NEW_VERSION}" -D unstable -c securedrop/debian/changelog
71
# Commit the change
72
git commit -a -m "SecureDrop ${NEW_VERSION}"
0 commit comments