浏览代码

Release v1.9.0

Charlie Kindel 2 年之前
父节点
当前提交
b4db4eef3c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Terminal.Gui/README.md

+ 0 - 1
Terminal.Gui/README.md

@@ -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