From: Paris Date: Fri, 5 Aug 2016 11:21:21 +0000 (+0300) Subject: Require release commits to be signed X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=14dd2c0afbacf695762ad7385e8eac3592aefd08;p=mirror_xterm.js.git Require release commits to be signed --- diff --git a/bin/prepare-release b/bin/prepare-release index 49feaca..6ae64fe 100755 --- a/bin/prepare-release +++ b/bin/prepare-release @@ -24,4 +24,4 @@ sed -i "s/\"version\": \"$CURRENT_BOWER_JSON_VERSION\"/\"version\": \"$NEW_VERSI # Update AUTHORS file sh bin/generate-authors -git commit -a -m "Bump version to $NEW_VERSION" +git commit -S -a -m "Bump version to $NEW_VERSION"