Tig 1 anno fa
parent
commit
e740664cec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Terminal.Gui/README.md

+ 1 - 0
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
+<touch a file>
 git add .
 git commit -m "Release v1.2.3"
 git push