jonnyzzz / TeamCity.GitHub

Integration of TeamCity and GitHub
216 stars 63 forks source link

Integrate GitHub Releases API #75

Open jonnyzzz opened 9 years ago

jonnyzzz commented 9 years ago

GitHub has Releases feature and API for it. TeamCity can use API to create release, and upload built artifact for created release.

https://help.github.com/articles/about-releases/ https://developer.github.com/v3/repos/releases/

From https://youtrack.jetbrains.com/issue/TW-38573

Cryptophobia commented 8 years ago

Hi, I don't know if this helps but we use https://github.com/aktau/github-release

It is written in Go but it provides the GitHub Releases API wrapper that you are talking about within TeamCity if someone is looking for a short-term non-integrated solution. Directly in the command-line path also.

krishatcher commented 7 years ago

+1