Earlier quoted context omitted.
[deleted]
Do you have any data / references to support this?
Releases – a workflow for shipping software to end users
51–60 of 82 posts
Re: Releases – a workflow for shipping software to end users
#52Any news on if/when an API for this is coming? Could be super useful.
Re: Releases – a workflow for shipping software to end users
#53GitHub, thank you for this. Also, you used to have ZIP and Tarball downloads in the past, can you please bring back the Tarball downloads?
Re: Releases – a workflow for shipping software to end users
#54It would be amazing to have public Releases from a private repo.
Re: Releases – a workflow for shipping software to end users
#55Re: Releases – a workflow for shipping software to end users
#56I was a vocal critic when GitHub discontinued their downloads product earlier this year. I work on open source projects with compiled binaries. GitHub's answer to distribution had been "Use S3" which I never found satisfactory. As soon as they release an API, I'll be migrating all my projects over. EDIT: Just added my first release. Super easy. https://github.com/hawkthorne/tmx2lua/releases
Re: Releases – a workflow for shipping software to end users
#57I was a vocal critic when GitHub discontinued their downloads product earlier this year. I work on open source projects with compiled binaries. GitHub's answer to distribution had been "Use S3" which I never found satisfactory. As soon as they release an API, I'll be migrating all my projects over. EDIT: Just added my first release. Super easy. https://github.com/hawkthorne/tmx2lua/releases
Which makes me wonder, since that wasn't all that long ago, why did they not give a teaser? Or did they, and we all missed it? Discontinuing the downloads was a big deal to a lot of people, which generated a non-trivial amount of bad press, but if they'd simply said "we have something better in the works" then I don't think anyone would've cared. Surely this wasn't dreamt up in between then and now...?
Re: Releases – a workflow for shipping software to end users
#58Earlier quoted context omitted.
[deleted]
Do you have any data / references to support this?
http://jury.me/blog/2013/3/31/understanding-app-store-pricin... http://jury.me/blog/2013/3/31/understanding-app-store-pricin... http://jury.me/blog/2013/3/31/understanding-app-store-pricin... http://jury.me/blog/2013/3/31/understanding-app-store-pricin... http://jury.me/blog/2013/4/1/understanding-app-store-pricing...
Theres a bit of Economics 101, and some very well explained real world data on app pricing. Essentially Michael's advice boils down to: try doubling your price. If you lose less than half your sales, you're now making more money than you were before.
Re: Releases – a workflow for shipping software to end users
#59Hmm, tried to draft a release. But after saving I'm only getting http 500 errors on the release page.
Re: Releases – a workflow for shipping software to end users
#60Earlier quoted context omitted.
Which makes me wonder, since that wasn't all that long ago, why did they not give a teaser? Or did they, and we all missed it? Discontinuing the downloads was a big deal to a lot of people, which generated a non-trivial amount of bad press, but if they'd simply said "we have something better in the works" then I don't think anyone would've cared. Surely this wasn't dreamt up in between then and now...?
Still, why would you get rid of it in the first place just because something is better on the way? IIRC their reasons for getting rid of it had to do with not being a distribution center and focusing strictly on the source code development. It probably wasn't just "dreamt up" but more likely they found new reasons why it should complement their future business model.
The timing of the Releases feature only entered into the decision a little bit. It's hard to tell when something is going to ship at GitHub because there's no deadlines. Projects are done when they're done. The downside to this approach is that you can't rely on ship dates when making decisions like when to kill a feature something might replace.