+[2015-01-13T23:58:01Z]safinaskarthibaultcha: yes, but how to make them available in github release, i. e. on "/releases" page of my project +[2015-01-13T23:58:04Z]safinaskarthibaultcha: ? +[2015-01-13T23:58:20Z]thibaultchaInclude them in whatever you use to build your releases +[2015-01-13T23:58:44Z]thibaultchaif it's a script which budle it in a .tar.gz for examplen then simply do it +[2015-01-13T23:58:51Z]thibaultchabundle*
message no. 72821
Posted by fsync in #github at 2015-01-13T00:34:11Z
i'm setting up a repo on github for the fist time, what is .gitignore for?
+[2015-01-14T00:08:12Z]safinaskarcan I delete releases? +[2015-01-14T00:08:26Z]VxJasonxVedit them, the delete link should be on the bottom +[2015-01-14T00:08:41Z]safinaskarVxJasonxV: thanks +[2015-01-14T00:12:25Z]safinaskarthibaultcha: 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]safinaskarasking 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?