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 53f884c4..2ce58679 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. * Mention the name of contributor * Acknowledge contributions from people whose changes didn't make it into the lists -2. Update version in config.h +2. Update version: + * config.h + * rust/libnewsboat/Cargo.toml + * rust/libnewsboat-ffi/Cargo.toml 3. Update links to docs and FAQ in README 4. Create new tag: * `git tag --sign -u 'newsboat@googlegroups.com' rVERSION` |