aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-03 11:28:29 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-03 11:28:29 +0100
commit749bb046ecaec3bd7f44de9c05311554101eb2de (patch)
treebec23c78c2e035a694eff614d867b1e74e155abf
parentInclude submodules update step, remove debug info (diff)
downloadferdium-app-749bb046ecaec3bd7f44de9c05311554101eb2de.tar.gz
ferdium-app-749bb046ecaec3bd7f44de9c05311554101eb2de.tar.zst
ferdium-app-749bb046ecaec3bd7f44de9c05311554101eb2de.zip
Update documentation on nightly releases
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index 2485f9a6c..60f086f67 100644
--- a/README.md
+++ b/README.md
@@ -309,19 +309,9 @@ $ git push
309 309
310Once the draft release assets are uploaded (13 assets), publish the release. The last commit of the `release` branch will be tagged. You can then merge `release` into `master` and back into `develop` if needed. 310Once the draft release assets are uploaded (13 assets), publish the release. The last commit of the `release` branch will be tagged. You can then merge `release` into `master` and back into `develop` if needed.
311 311
312#### Nightly 312#### Nightly releases
313 313
314```bash 314Nightly releases are automaticly triggered every day ([details](https://github.com/getferdi/ferdi/pull/990)) and available in [getferdi/nightlies](https://github.com/getferdi/nightlies/releases). Maintainers still need to manually publish the draft releases as pre-releases for now.
315$ git checkout develop && git pull
316$ git checkout nightly
317$ git submodule update --remote --force
318$ git add .
319$ git commit -m "Update submodules"
320$ git merge --no-ff develop
321$ git push
322```
323
324The draft release and assets will be available in [getferdi/nightlies releases](https://github.com/getferdi/nightlies/releases). You need to manually publish the draft release as a pre-release for now.
325 315
326## Contributors ✨ 316## Contributors ✨
327 317