[gnutls-devel] libtasn1 | Add release script and announcement template [skip ci] (!57)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Mar 20 13:09:03 CET 2020




Tim Rühsen commented on a discussion on devel/release: https://gitlab.com/gnutls/libtasn1/-/merge_requests/57#note_308475848

> +
> +echo "Current version of $app_name is $app_ver"
> +echo
> +echo -n "Enter Y if that is OK, else enter N and edit configure.ac: "
> +read x
> +[ "$x" != "y" -a "$x" != "Y" ] && exit 0
> +
> +echo
> +grep -i "Changes in $app_name" NEWS|head -1
> +echo -n "Did you edit the NEWS file ? [y/N] "
> +read x
> +[ "$x" != "y" -a "$x" != "Y" ] && exit 0
> +
> +echo
> +while true; do
> +  echo -n "Alpha or Regular release ? [r/A] "

Right, there is no internationalization (po/ dir), so we can drop this.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/libtasn1/-/merge_requests/57#note_308475848
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200320/913c17b5/attachment-0001.html>


More information about the Gnutls-devel mailing list