Release processΒΆ
Update translations (make sure everything is green)
Set version number X.Y (utils/setVersionNumber.sh X.Y)
Update Changelog
Update distro/windows/persalys-doc.zip
Upload tagged docker images (utils/docker_push.sh X.Y)
Create X.Y branch and protect it
In X.Y branch, modify .gitlab-ci.yml to add X.Y version argument to build_locally.sh to use tagged images
In X.Y branch, create vX.Y tag
Push X.Y branch, vX.Y tag
Sync github code mirror:
git remote add gh git@github.com:persalys/persalys.git git push gh master git push gh --tags
Sync documentation repo:
git clone git@github.com:persalys/persalys.github.io.git cd persalys.github.io git rm persalys/latest -r cp -r ../persalys/html persalys/latest # copy from local html files cp -r persalys/latest persalys/X.Y git add persalys/latest persalys/X.Y -r git commit -am "latest -> X.Y"
In master, set version X.(Y+1)dev