How to release a new version on GitHub?

Viewed 10055

We weren’t able to create the release for you. Please help me correct the errors below.

enter image description here

Can anyone help me creating releases on GitHub?

4 Answers

we have to "Create a tag" first before we can publish.
type tag name and hit create new tag button on the dropdown to create one

enter image description here

It feels like preety bad ui/ux from github's part, the error message says "invalid" tag, and what it actually means is we need to type and hit "create new tag" and then select the tag to be able to use it. Jesus!

You just have to enter the non existing tag in the selection dropdown and, it will let you create it

Note there is a delta between "Create a tag" and the "Title". So if you just fill in the title, then it won't work. Have to also create a tag. (It doesn't assume the title is the tag).

enter image description here

Related