diff options
author | 2018-03-26 20:21:09 +0300 | |
---|---|---|
committer | 2018-03-26 20:21:09 +0300 | |
commit | 52fe3a12af072af69523b68aaceb82a608e52718 (patch) | |
tree | af02f67bb9bbaaf3bf927a7bdbb4b1473dde12d2 /doc/internal/howto-release.md | |
parent | 594849f542c360e4a2abb70b7ffedf819f98130b (diff) | |
download | newsboat-52fe3a12af072af69523b68aaceb82a608e52718.tar.gz newsboat-52fe3a12af072af69523b68aaceb82a608e52718.tar.zst newsboat-52fe3a12af072af69523b68aaceb82a608e52718.zip |
Fix minor mistakes in release HOWTO
Diffstat (limited to '')
-rw-r--r-- | doc/internal/howto-release.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md index b8f93bb6..c2dfbf2c 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -42,15 +42,15 @@ master repository and shell access to newsboat.org. * Prepare docs: `gzip --keep --best docbook-xsl.css faq.html newsboat.html` * Move docs: - `mv docbook-xsl.css* faq.html* newsboat.html* newsboat/releases/2.10.2/docs/` - * Edit `index.html` + `mv docbook-xsl.css* faq.html* newsboat.html* newsboat/releases/VERSION/docs/` + * Edit `newsboat/index.html` * Move current release to the list of previous releases * Update current release version * Update current release date * Update current release links * Update the year in the page copyright if necessary * Gzip the result: `gzip --best --keep --force newsboat/index.html` - * Edit `news.atom` + * Edit `newsboat/news.atom` * Update `<updated>` field of the channel * Use the same date-time for `<published>` and `<updated>` in new `<entry>` |