소스 검색

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