stages:-build-test-releasevariables:TAG:${CI_COMMIT_TAG}# ReleasesRELEASE_API_URL:https://git.opencarp.org/api/v4/projects/${CI_PROJECT_ID}/releasesRELEASE_ARCHIVE_URL:https://git.opencarp.org/openCARP/meshalyzer/-/archive/${CI_COMMIT_TAG}/meshalyzer-${CI_COMMIT_TAG}.tar.gzRELEASE_DESCRIPTION:|Meshalyzer is a graphical program for display time dependent data on 3D finite elment meshes. <br>Find the changelog [here](https://git.opencarp.org/openCARP/meshalyzer/blob/master/CHANGELOG.md).release-create:stage:releaseimage:python:3.7only:-tagsexcept:-branchesbefore_script:# setup pipelines-git clone https://opencarp-admin:${PRIVATE_TOKEN}@git.opencarp.org/infrastructure/pipelines.git-pip install -r pipelines/requirements.txtscript:->python pipelines/scripts/create_release.py