summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-08 09:14:18 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-08 09:14:18 +0530
commitf796bd98e9bf846c9d42a16c9de33434e72520e1 (patch)
tree62b173fd5d00516a6456822c84db804eeae7c7ce /CONTRIBUTING.md
parent5.6.0-nightly.79 (diff)
downloadferdium-app-f796bd98e9bf846c9d42a16c9de33434e72520e1.tar.gz
ferdium-app-f796bd98e9bf846c9d42a16c9de33434e72520e1.tar.zst
ferdium-app-f796bd98e9bf846c9d42a16c9de33434e72520e1.zip
Fixed documentation regarding releases
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c26de8a12..dc85edaaf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -213,15 +213,11 @@ Assets will be available in the `out` folder.
213 213
214## Release 214## Release
215 215
216Create a new [draft release](https://github.com/getferdi/ferdi/releases/new) that targets the `release` branch, then:
217
218```bash 216```bash
219git checkout develop && git pull -r 217git checkout nightly && git pull -r
220git checkout release 218git checkout release
221git submodule update --remote --force 219git merge --no-ff nightly --no-verify
222git commit -am "Update submodules"
223git merge --no-ff develop
224git push 220git push
225``` 221```
226 222
227Once the draft release assets are uploaded (13 assets), publish the release (you will need elevated permissions in GitHub for doing this). The last commit of the `release` branch will be tagged. You can then merge `release` into `master` and back into `develop` if needed 223This will automatically trigger the build, as part of which, a new, draft release will be created [here](https://github.com/getferdi/ferdi/releases/). Once all the assets are uploaded (19 assets in total), publish the release (you will need elevated permissions in GitHub for doing this). The last commit of the `release` branch will be tagged.