Skip to content

helpers/new_release.sh: make sure release commit is signed

Michal Vasilek requested to merge hotfix/helpers-release-sign into hbk

If the user performing tagging didn't have signing enabled in their git config, it was possible to create an unsigned release commit with this script.

Merge request reports