ap0llo / Cake.GitHubReleases

A Cake Addin to create GitHub Releases from a Cake Build.
MIT License
0 stars 0 forks source link

Add functionality to Cake.GitHub? #1

Open pascalberger opened 3 years ago

pascalberger commented 3 years ago

I don't know if you are aware of the Cake.GitHub addin? It's an addin for integration with GitHub using Octokit. Currently it supports updating status of a build.

Having different addins for GitHub integration, which all use Octokit, could lead to issues for users when they use multiple of these addins, and the addins use different incompatible versions of Octokit.

What do you think about providing your functionality to the Cake.GitHub addin?

/cc @GeertvanHorrik I assume this would be OK for you?

GeertvanHorrik commented 3 years ago

I am OK with this in any way you would like to solve this :)

ap0llo commented 3 years ago

I'd be open to merging this addin into Cake.GitHub.

I'll prepare a PR once I find time

augustoproiete commented 1 year ago

The functionality added by this addin have been merged into the Cake.GitHub addin via https://github.com/cake-contrib/Cake.GitHub/pull/7 but no new release of the Cake.GitHub NuGet package has been published to nuget.org. I reached out to @GeertvanHorrik via email to discuss next steps.