diff options
author | 2021-03-22 01:49:53 +0300 | |
---|---|---|
committer | 2021-03-22 01:49:53 +0300 | |
commit | dc3757aae9aa78323465caa5dc74f29325e0ab3f (patch) | |
tree | b591aa0f7b02372274b60f4090d590829cae7be4 /doc/internal | |
parent | 09d1e8f81c05840b6ad47bf9b9e8f44c233d1b7d (diff) | |
download | newsboat-dc3757aae9aa78323465caa5dc74f29325e0ab3f.tar.gz newsboat-dc3757aae9aa78323465caa5dc74f29325e0ab3f.tar.zst newsboat-dc3757aae9aa78323465caa5dc74f29325e0ab3f.zip |
Release 2.23r2.23
Diffstat (limited to 'doc/internal')
-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 04de5ab5..e1141b73 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -54,7 +54,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.. | egrep -v '^(\s|$)' | sed -r 's# \([[:digit:]]+\):$##' ``` 1. Update version: * _rust/libnewsboat/Cargo.toml_ |