diff options
Diffstat (limited to 'doc/internal/howto-release.md')
-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 |