Add link to website changelog.
Will be deprecated as soon we have an API for changelogs running.
This commit is contained in:
parent
ebd2c2ee3d
commit
fc3ea018b2
|
@ -96,6 +96,7 @@ this is what you should do when releasing:
|
||||||
10. Run `fdroid signatures /path/to/newpipe.apk`.
|
10. Run `fdroid signatures /path/to/newpipe.apk`.
|
||||||
11. Create a MR.
|
11. Create a MR.
|
||||||
12. Rebase quickfix changes back into __dev__ if quickfixes were made.
|
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)
|
![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`.
|
11. Run `fdroid signatures /path/to/newpipe.apk`.
|
||||||
12. Create a MR.
|
12. Create a MR.
|
||||||
13. Rebase the hotfix back into __dev__ branch.
|
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)
|
![rebase_back_hotfix](img/rebase_back_hotfix.svg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue