+ [2015-01-13T23:58:01Z] safinaskar thibaultcha: yes, but how to make them available in github release, i. e. on "/releases" page of my project
+ [2015-01-13T23:58:20Z] thibaultcha Include them in whatever you use to build your releases
+ [2015-01-13T23:58:44Z] thibaultcha if it's a script which budle it in a .tar.gz for examplen then simply do it

message no. 72978

Posted by zerowidth in #github at 2015-01-13T17:20:15Z

--stat
+ [2015-01-14T00:08:12Z] safinaskar can I delete releases?
+ [2015-01-14T00:08:26Z] VxJasonxV edit them, the delete link should be on the bottom
+ [2015-01-14T00:08:41Z] safinaskar VxJasonxV: thanks
+ [2015-01-14T00:12:25Z] safinaskar thibaultcha: when i make release (using release functionality on github), github just takes snapshot of my git tree. github allows me to attach additional tarballs, but snapshot of git tree remains as main tarball anyway. and I don't want this. for example, i just made release: https://github.com/safinaskar/libsh/releases/tag/v0.1 . as you can see, github automatically attached .tar.gz without
+ [2015-01-14T00:12:31Z] safinaskar asking me. github just took my git tree snapshot. how to override this? how to upload MY .tar.gz tarball with generated files instead of just snapshot?