2.0.0
git checkout -b prep-2.0.0
TAG=2.0.0 make version-set
git checkout main && git pull
make release
docs
git checkout docs
git rebase main
git push origin docs