brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Collaborators are welcome #80

Closed brandedoutcast closed 1 year ago

brandedoutcast commented 2 years ago

As mentioned in this comment I was busy with handling stuff happening in my life & away from GitHub. I see there are a bunch of open issues & apologies for the inconvenience caused

I may or may not actively contribute to this action so I'm willing to hand it over & RabbitMQ seems to be interested so I'm awaiting their response for now. Once added collaborators should be able to decide on what to do with open issues & PRs

lukebakken commented 2 years ago

Hi @brandedoutcast,

We've got a couple options -

I think @Gsantomaggio and I have time to at least address the issue backlog here and publish a new release.

brandedoutcast commented 2 years ago

Great, thanks for the help. Sent invites 🚀

lukebakken commented 2 years ago

Got it! I'll find some time soon to check this project out and figure out next steps.

AraHaan commented 2 years ago

Having this action use only .NET commands is an option as well too, with that then they can ship their nuget.config file in their repo and it should be used automatically. I done this in my build-dotnet action (and also I needed an action that would install .NET daily builds so I also made setup-latest-dotnet).

Alternatively projects could migrate to my build-dotnet action too, it’s publish is opt-in I believe if I remember correctly.

lukebakken commented 2 years ago

Alternatively projects could migrate to my build-dotnet action too

@AraHaan would you mind pointing out where that is?

AraHaan commented 2 years ago

Sure, it's at https://github.com/Elskom/build-dotnet/

lukebakken commented 2 years ago

It seems like the best path forward for this project is to direct people to alternatives:

@brandedoutcast I appreciate you adding myself and @Gsantomaggio to this project. I would like to update the README.md with instructions for alternatives, close issues and pull requests, and then archive this project, ensuring that it's removed from the GH actions marketplace.

AraHaan commented 2 years ago

I would rather just not archive it, so that way when they look up the action in marketplace they will see the alternatives to use instead and edit the code to throw an error when they use this action to use those alternatives.

This way developers who do not always check the marketplace can still get the notification.

lukebakken commented 2 years ago

Great idea.