ソースを参照

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: