Skip to content

Commit 100492d

Browse files
Update admin debian changelog with new versions
1 parent b80c264 commit 100492d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update_version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ sed -i "s/\(## ${OLD_VERSION}\)/## ${NEW_VERSION}\n\n\n\n\1/g" changelog.md
6565
export DEBEMAIL="${DEBEMAIL:-securedrop@freedom.press}"
6666
export DEBFULLNAME="${DEBFULLNAME:-SecureDrop Team}"
6767

68-
# Update the changelog in the Debian package
68+
# Update the changelog in the Debian packages
69+
dch -b -v "${NEW_VERSION}" -D unstable -c admin/debian/changelog
6970
dch -b -v "${NEW_VERSION}" -D unstable -c securedrop/debian/changelog
7071
# Commit the change
7172
git commit -a -m "SecureDrop ${NEW_VERSION}"

0 commit comments

Comments
 (0)