You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is to generate the changelog using Nuke.build building process. To use the generator via c# code directly. Currently, I have to call it as a separate program.
It would be nice to have an entry point to pass all the arguments as an options class or option by option.
regards!
The text was updated successfully, but these errors were encountered:
Thank you for your feedback, I'm glad you like it.
I'm not really familiar with Nuke. How does the integration of tools usually work? Would the integration be a C# wrapper around the command line interface?
Nuke allows running the build/test as a C# program (so locally or inside a Github Ci/CD, it would execute the same). But the point is to embed Changelog into another program.
My use case is to it add a c# program that, every week, checks if there is any new git commit and if so, bump the version number, creates a changelog, and creates a release. Now, I have to run changelog as a command line (which is somewhat OS-dependent). I would use Changelog directly thru C#, like
I'd be open to that, and would consider accepting a PR adding this.
However I will not be working on such a feature personally for now, since I'm not using Nuke myself.
great work! congrats
My use case is to generate the changelog using Nuke.build building process. To use the generator via c# code directly. Currently, I have to call it as a separate program.
It would be nice to have an entry point to pass all the arguments as an options class or option by option.
regards!
The text was updated successfully, but these errors were encountered: