Skip to content

Commit

Permalink
GPG sign Git release tags
Browse files Browse the repository at this point in the history
This makes it possible to verify that the tag matches what release
manager did release.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jul 26, 2016
1 parent 7de0354 commit 8008602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ if [ $do_tag -eq 1 ] ; then
echo "Additional tasks:"
tagname=RELEASE_`echo $version | tr . _ | tr '[:lower:]' '[:upper:]' | tr -d -`
echo "* Tagging release as $tagname"
git tag -a -m "Released $version" $tagname $branch
git tag -s -a -m "Released $version" $tagname $branch
echo " Dont forget to push tags using: git push --tags"
fi

Expand Down

0 comments on commit 8008602

Please sign in to comment.