S
S
stronglab2016-02-27 21:06:17
git
stronglab, 2016-02-27 21:06:17

How to push the latest release (and pre-release) to github via tags?

Can you please tell me how to immediately announce it as a release on github using git and its standard tags by making a push?
I write
$ git tag 1.0.1
Then I push
$ git push --tags
The tag gets into the github section of tags and releases, but it is not the last release or prerelease, I have to go to github, press edit tag and save without changes, and only then it becomes the last release ..
I can both -to do it automatically, through git?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2016-02-27
@aol-nnov

I don't use it, but the help says: "If you'd like to automatically create releases (either from the command line or in a script), check out our Releases API documentation. "

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question