瀏覽代碼

Release v1.14.1 (#2947)

Tig 1 年之前
父節點
當前提交
e740664cec
共有 1 個文件被更改,包括 1 次插入0 次删除
  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