diff options
Diffstat (limited to 'doc/internal/howto-release.md')
-rw-r--r-- | doc/internal/howto-release.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md index 7643d550..4dec0817 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -12,7 +12,10 @@ master repository and shell access to newsboat.org. for Newsbeuter issues) * Mention the name of contributor * Acknowledge contributions from people whose changes didn't make it into - the lists + the lists. The full list of contributors can be got with: + ``` + $ git shortlog PREVIOUS_VERSION.. | egrep -v '^(\s|$)' + ``` 2. Update version: * rust/libnewsboat/Cargo.toml * rust/libnewsboat-ffi/Cargo.toml |