diff options
author | 2020-12-21 22:56:47 +0300 | |
---|---|---|
committer | 2020-12-21 22:56:47 +0300 | |
commit | fad9cc0b58fd257c9422bd2f8e5aab2e55acdf20 (patch) | |
tree | 3f58bcce9e9842bb8e64f5c651cd8dd6c0e5f1a7 /doc | |
parent | 2f6069fa6072fbb0f6c56ce213dbad6c9a31835a (diff) | |
download | newsboat-r2.22.tar.gz newsboat-r2.22.tar.zst newsboat-r2.22.zip |
Release 2.22r2.22
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internal/howto-release.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |