Эх сурвалжийг харах

chore: updated release.bat

Updated release.bat to include new syntax file.
jlanzarotta 9 сар өмнө
parent
commit
7193d1daa3
1 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 4
      release.bat

+ 1 - 4
release.bat

@@ -8,12 +8,9 @@ set /p "GH_TOKEN=" <GITHUB_TOKEN
 git tag -a %1 -m "Release %1."
 git push origin %1
 
-7z a bufexplorer-%1.zip plugin\bufexplorer.vim doc\bufexplorer.txt
-::gh release create %1 --notes-from-tag bufexplorer-%1.zip
+7z a bufexplorer-%1.zip plugin\bufexplorer.vim doc\bufexplorer.txt syntax\bufexplorer.vim
 gh release create %1 --generate-notes bufexplorer-%1.zip
 
-::gh release create %1 --notes-from-tag
-
 goto :done
 
 :help