|
@@ -9,7 +9,8 @@ git tag -a %1 -m "Release %1."
|
|
|
git push origin %1
|
|
git push origin %1
|
|
|
|
|
|
|
|
7z a bufexplorer-%1.zip plugin\bufexplorer.vim doc\bufexplorer.txt
|
|
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
|
|
::gh release create %1 --notes-from-tag
|
|
|
|
|
|