xoofx / dotnet-releaser

Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
BSD 2-Clause "Simplified" License
698 stars 25 forks source link

New command requires configuration file #30

Closed phil-scott-78 closed 2 years ago

phil-scott-78 commented 2 years ago
dotnet-releaser new --project soddi.csproj
The dotnet-releaser.toml field is required.

I suspect just swapping the bool here https://github.com/xoofx/dotnet-releaser/blob/main/src/dotnet-releaser/ReleaserApp.cs#L107 would fix things up.

xoofx commented 2 years ago

Thanks! Fixed by commit c7b05fa. Will be available in 0.3.3+