... | ... | @@ -15,7 +15,16 @@ git clone --recurse-submodules https://gitlab.irstea.fr/julien.veyssier/hru-deli |
|
|
|
|
|
# Produce a release
|
|
|
|
|
|
Edit `version.txt` and put the desired version number there. Then you can just run `./version.sh` or push to `build` branch:
|
|
|
Edit `version.txt` and put the desired version number there.
|
|
|
There are 2 methods to produce a release .zip archive.
|
|
|
|
|
|
## Produce locally
|
|
|
|
|
|
You can run `./version.sh` and it will produce a zip file ready to be distributed.
|
|
|
|
|
|
## Automated release
|
|
|
|
|
|
You can also push to `build` branch:
|
|
|
|
|
|
``` bash
|
|
|
git push origin master:build
|
... | ... | |