diff --git a/Terminal.Gui/README.md b/Terminal.Gui/README.md index e1328bb1b..ca0257e73 100644 --- a/Terminal.Gui/README.md +++ b/Terminal.Gui/README.md @@ -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 + git add . git commit -m "Release v1.2.3" git push