From 484846786ecf19c9c22794fe81d922af025ab4a4 Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Sun, 4 Oct 2020 10:02:10 +0100 Subject: Fix macOS code signing and setup automatic nightly builds (#990) Co-authored-by: Travis CI Co-authored-by: vantezzen --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2485f9a6c..60f086f67 100644 --- a/README.md +++ b/README.md @@ -309,19 +309,9 @@ $ git push Once 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. -#### Nightly +#### Nightly releases -```bash -$ git checkout develop && git pull -$ git checkout nightly -$ git submodule update --remote --force -$ git add . -$ git commit -m "Update submodules" -$ git merge --no-ff develop -$ git push -``` - -The 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. +Nightly 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. ## Contributors ✨ -- cgit v1.2.3-54-g00ecf