Release processΒΆ
Update translations
Increment version number X.Y (utils/setVersionNumber.sh)
Update Changelog
Update distro/windows/persalys-doc.zip
Upload tagged docker images (docker push)
Create X.Y branch and protect it
In X.Y branch, modify .gitlab-ci.yml to used tagged docker images
In X.Y branch, create vX.Y tag
Push X.Y branch, vX.Y tag
Sync github mirror:
git remote add gh git@github.com:persalys/persalys.git git push gh master git push gh --tags