rooklift / nibbler

Chess analysis GUI for UCI engines, with extra features for Leela (Lc0) in particular.
GNU General Public License v3.0
572 stars 71 forks source link

Create release draft automatically #230

Closed dav1312 closed 10 months ago

dav1312 commented 1 year ago

Workflow to automatically create a release draft and upload files on tag push

image

rooklift commented 1 year ago

tbh I don't really know anything about this stuff...

But releases are few and far between these days, I'm hardly doing anything with Nibbler any more.

dav1312 commented 1 year ago

tbh I don't really know anything about this stuff...

It will create a draft and upload the binaries so you don't have to when you push a tag

git tag <tag_name>
git push origin <tag_name>

If you use vscode there are some git extensions like Git Graph that make it very easy You can right click a commit to create image And push it image

But releases are few and far between these days, I'm hardly doing anything with Nibbler any more.

It's fine! You can close the PR if you want. I wanted to replace the artifacts PR that I did before and at the same time experiment with creating releases using workflows.