majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

Git plugin: adding new packages #239

Closed jberezanski closed 3 years ago

jberezanski commented 3 years ago

The update machinery for .NET packages is set up in such a way that when Microsoft releases a new SDK "feature band" (.1xx, .2xx etc.) a new package is automatically generated from a template. Unfortunately, the Git plugin only adds modified files. As a consequence, the new package is generated, packed and pushed to chocolatey.org, but not committed to the repo, requiring manual syncing up later.

Would you accept a PR with a switch for the Git plugin enabling adding of new files?

majkinetor commented 3 years ago

Why not. Go for it.