소스 검색

Update how_to_release document.

Jeff Lanzarotta 1 년 전
부모
커밋
53f5ed2de1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      how_to_release.txt

+ 1 - 1
how_to_release.txt

@@ -6,7 +6,7 @@ To make a release...
 4. git push origin 7.4.28
 4. git push origin 7.4.28
 5. set GH_TOKEN environment variable
 5. set GH_TOKEN environment variable
 6. 7z a bufexplorer-7.4.28.zip plugin\bufexplorer.vim doc\bufexplorer.txt
 6. 7z a bufexplorer-7.4.28.zip plugin\bufexplorer.vim doc\bufexplorer.txt
-7. gh release 7.4.28 --notes-from-tag bufexplorer-7.4.28.zip
+7. gh release create 7.4.28 --notes-from-tag bufexplorer-7.4.28.zip
 
 
 If something happens and the tag is messed up, you will need to delete the
 If something happens and the tag is messed up, you will need to delete the
 local and remote tag and release again.  To delete the tag:
 local and remote tag and release again.  To delete the tag: