From fad9cc0b58fd257c9422bd2f8e5aab2e55acdf20 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Mon, 21 Dec 2020 22:56:47 +0300 Subject: Release 2.22 --- doc/internal/howto-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md index 2cd27096..25b1967f 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -7,14 +7,14 @@ master repository and shell access to newsboat.org. 0. Pull all the latest changes from the main repo. 1. Update CHANGELOG - * Consult `git log --reverse PREVIOUS_VERISION..` + * Consult `git log --reverse PREVIOUS_VERISION..`, search for " Merge " * Mention issue number ("#X" for Newsboat issues, full link to issue tracker for Newsbeuter issues) * Mention the name of contributor * Acknowledge contributions from people whose changes didn't make it into the lists. The full list of contributors can be got with: ``` - $ git shortlog PREVIOUS_VERSION.. | egrep -v '^(\s|$)' + $ git shortlog PREVIOUS_VERSION.. | egrep -v '^(\s|$) | sed -r 's# \([[:digit:]]+\):$##'' ``` 2. Update version: * rust/libnewsboat/Cargo.toml -- cgit v1.2.3