diff options
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 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_ |