X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FHowToRelease.txt;h=a17f123fd3e4fe1c955b2f48369b4ee7ad34b17d;hb=HEAD;hp=48f2bce8714c1ee35f4df7ffca15f8c047615a1a;hpb=0061394d7fe684ea444cf021d48c9674a45c82df;p=ngircd-alex.git diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt index 48f2bce8..35514230 100644 --- a/doc/HowToRelease.txt +++ b/doc/HowToRelease.txt @@ -46,9 +46,10 @@ b) Make sure the source tree is in a releasable state ;-) - Are all branches & patches merged? Check GitHub issues, pull requests and milestones! - Run as many tests as you can! - - Is the AUTHORS file up to date? This command may be helpful: - "( grep '>$' AUTHORS; git shortlog -se | cut -c8- ) | grep -Ev \ - '(alex@barton.de|fw@strlen.de)' | LC_ALL=de_DE.UTF-8 sort -u" + - Is the AUTHORS.md file up to date? This command may be helpful: + "( grep '>$' AUTHORS.md; git shortlog -se|cut -c8-|sed 's/^/- /' ) \ + | grep -Ev '(alex@barton.de|fw@strlen.de)' \ + | LC_ALL=de_DE.UTF-8 sort -u" c) Update the files describing the new release: - ChangeLog