Release v1.9.0

This commit is contained in:
Charlie Kindel
2023-01-04 17:24:03 -07:00
parent 9c74f99d56
commit b4db4eef3c

View File

@@ -68,7 +68,6 @@ The PR title should be of the form "Release v2.3.4"
git checkout develop
git pull upstream develop
git checkout -b v_2_3_4
git merge develop
git add .
git commit -m "Release v2.3.4"
git push