cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Upgrade addins in Cake.Recipe referenced with #load #210

Closed Jericho closed 2 years ago

Jericho commented 2 years ago

Currently we upgrade addins referenced with #addin and #tool, we should also upgrade addin referenced via #load

This is a feature request from @gep13

Jericho commented 2 years ago

AddinDiscoverer is now able to detect referenced recipes. It can also detect which version of Cake a recipe is compatible with (if the recipe includes cake-version.yml), it can submit PRs to upgrade recipe references and it can keep track of referenced recipes that prevent Cake.Recipe from being upgrade to next version of Cake as shown in this screenshot:

image