diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-20 14:03:17 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-20 16:43:54 +0100 |
| commit | e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6 (patch) | |
| tree | 7f0d9caca1171dcb77fb0a30161caf30ca26f086 /doc/HowToRelease.txt | |
| parent | 47f9c6d0a0085da2fbcbdae0a9736b79a98cc527 (diff) | |
| download | ngircd-e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6.tar.gz ngircd-e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6.zip | |
Convert the AUTHORS file to Markdown
Diffstat (limited to 'doc/HowToRelease.txt')
| -rw-r--r-- | doc/HowToRelease.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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 |