This document describes the deployment details to perform a version release.
The release cycle should be performed like this:
-
Tag the commit with:
git tag -a "[VERSION]" -m "Releasing [VERSION]"
Include a complete description of the essential code modifications since last release.
-
Merge
main
branch intogh-pages
and updatehtml
documentation:git checkout gh-pages git merge main cd docs ./run.sh git add latest git commit -m "docs: update html"