@@ -11,4 +11,11 @@ and then each time to update modules:
$git submodule update --force --remote
If committed as version="XXXX-SNAPSHOT" (docs/cony.py), a SNAPSHOT build is build (and deployed to dev.textgridlab.org), if committed as version="XXXX", a RELEASE build is build (and deployed to textgridlab.org)!
All submodules have got an documentation folder, mostly the docs/ folder, or dhrep_docs/, or tgrep_docs/, from time to time they are contained in subfolders (please see Jenkinsfile).
We are using gitflow for developing and releasing, please see <https://wiki.de.dariah.eu/display/DARIAH3/DARIAH-DE+Release+Management>
SNAPSHOT versions are set in conf.py to '2019-SNAPSHOT' and '2019-01-25-SNAPSHOT', release versions are set to '2019' and '2019-01-25' (see documentation in conf.py).
At the moment submodules are used from branch develop! So we have not to release all services (and documentation) before releasing the documentation!