Release v1.14.1 (#2947)

This commit is contained in:
Tig
2023-10-30 13:54:34 -07:00
committed by GitHub
parent 34c6b6ebcc
commit e740664cec

View File

@@ -82,6 +82,7 @@ The PR title should be of the form "Release v1.2.3"
git checkout develop
git pull upstream develop
git checkout -b v2_3_4
<touch a file>
git add .
git commit -m "Release v1.2.3"
git push