diff options
author | 2023-03-26 22:25:29 +0300 | |
---|---|---|
committer | 2023-03-26 22:25:29 +0300 | |
commit | cdcd298222ec1bd5c025292c6df5426e12b0cf5d (patch) | |
tree | 6359a4eb152745be54b5493b7d7f2c2532d38ba0 /doc/internal/howto-release.md | |
parent | 60b8d158527d67f825c624076d862bf83c594640 (diff) | |
download | newsboat-r2.31.tar.gz newsboat-r2.31.tar.zst newsboat-r2.31.zip |
Release 2.31r2.31
Diffstat (limited to 'doc/internal/howto-release.md')
-rw-r--r-- | doc/internal/howto-release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md index 6ca87d9a..62c923c3 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -59,7 +59,7 @@ branch off the latest release and backport the bugfixes onto it. * 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|$)' | sed -r 's# \([[:digit:]]+\):$##' + $ git shortlog PREVIOUS_VERSION.. | cut -f2 ``` 1. Update version: * _rust/libnewsboat/Cargo.toml_ |