Explorar o código

chore(release.bat): changed release parameters

Change gh release parameters.
jlanzarotta hai 1 ano
pai
achega
13a64f2b82
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      release.bat

+ 2 - 1
release.bat

@@ -9,7 +9,8 @@ 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
+::gh release create %1 --notes-from-tag bufexplorer-%1.zip
+gh release create %1 --generate-notes bufexplorer-%1.zip
 
 ::gh release create %1 --notes-from-tag