Skip to content

Commit

Permalink
Update release.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lanzarotta committed Nov 7, 2024
1 parent 535e109 commit d9905ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ set /p "GH_TOKEN=" <GITHUB_TOKEN
git tag -a %1 -m "Release %1."
git push origin %1

gh release create %1 --notes-from-tag
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

goto :done

Expand Down

0 comments on commit d9905ad

Please sign in to comment.