From fc3ea018b21f24a9b5e0507e2fb3c71b31295ee8 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Thu, 13 Aug 2020 02:02:00 +0200 Subject: [PATCH] Add link to website changelog. Will be deprecated as soon we have an API for changelogs running. --- docs/05_releasing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/05_releasing.md b/docs/05_releasing.md index b0df545..135fb20 100644 --- a/docs/05_releasing.md +++ b/docs/05_releasing.md @@ -96,6 +96,7 @@ this is what you should do when releasing: 10. Run `fdroid signatures /path/to/newpipe.apk`. 11. Create a MR. 12. Rebase quickfix changes back into __dev__ if quickfixes were made. +13. Temporarily: [Update the changelog for the website](https://github.com/TeamNewPipe/website/blob/master/_includes/release_data.html). ![rebase_back](img/rebase_back_release.svg) @@ -139,6 +140,7 @@ Here's what you do when releasing a hotfix: 11. Run `fdroid signatures /path/to/newpipe.apk`. 12. Create a MR. 13. Rebase the hotfix back into __dev__ branch. +14. Temporarily: [Update the changelog for the website](https://github.com/TeamNewPipe/website/blob/master/_includes/release_data.html). ![rebase_back_hotfix](img/rebase_back_hotfix.svg)