|
|
|
|
|
by reidrac
4728 days ago
|
|
Something like this was missing since they removed the uploads [1]. Basically a release bundle may not be exactly the same stuff you have in your source code repository. You may need to generate documentation, configure files, run setup.py sdist or whatever, so a release may not be exactly a snapshot of your git repo. So this is perfect. Great feature GitHub, thanks! It would be nice that tags != releases though, because I can think of scenarios where you may add a tag that is not meant to be a release (ie. security update, you may want to tag the commit with a CVE). Also it would be great if you could just link or display the changelog, CHANGES or NEWS instead of writing a text describing the release. That's for projects that already have a release procedure, but for the rest this is HUGE change because GitHub just improved their project management! I love it! [1]: https://github.com/blog/1302-goodbye-uploads |
|