rubedo icon indicating copy to clipboard operation
rubedo copied to clipboard

Added workflow for creating releases

Open ReallyFatYoshi opened this issue 1 year ago • 0 comments

On git you can give your commits tags. And i added a workflow that creates an release with the git tag you pushed with the commit.

Here are some instructions on how to add a tag on a commit:

Github Desktop https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags

Git CLI: https://git-scm.com/book/en/v2/Git-Basics-Tagging

ReallyFatYoshi avatar Jan 03 '23 21:01 ReallyFatYoshi