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