mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 20:39:18 +08:00
docs: add notes on how to update the website between releases
This commit is contained in:
parent
8d58adbd54
commit
62db2bb329
22
RELEASE.md
22
RELEASE.md
|
@ -90,6 +90,28 @@ Now
|
||||||
* git commit -a -v -m "Changelog updates from Version ${NEW_TAG}"
|
* git commit -a -v -m "Changelog updates from Version ${NEW_TAG}"
|
||||||
* git push
|
* git push
|
||||||
|
|
||||||
|
## Update the website between releases
|
||||||
|
|
||||||
|
Create an update website branch based off the last release
|
||||||
|
|
||||||
|
git co -b update-website
|
||||||
|
|
||||||
|
If the branch already exists, double check there are no commits that need saving.
|
||||||
|
|
||||||
|
Now reset the branch to the last release
|
||||||
|
|
||||||
|
git reset --hard v1.64.0
|
||||||
|
|
||||||
|
Create the changes, check them in, test with `make serve` then
|
||||||
|
|
||||||
|
make upload_test_website
|
||||||
|
|
||||||
|
Check out https://test.rclone.org and when happy
|
||||||
|
|
||||||
|
make upload_website
|
||||||
|
|
||||||
|
Cherry pick any changes back to master and the stable branch if it is active.
|
||||||
|
|
||||||
## Making a manual build of docker
|
## Making a manual build of docker
|
||||||
|
|
||||||
The rclone docker image should autobuild on via GitHub actions. If it doesn't
|
The rclone docker image should autobuild on via GitHub actions. If it doesn't
|
||||||
|
|
Loading…
Reference in New Issue
Block a user