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

Help with changelog.md #55

Open demiddima opened 1 year ago

demiddima commented 1 year ago

Can you write in detail what should be done to make changelog in a separate file 'changelog.md'? I don't understand these instructions

  1. https://github.com/xoofx/dotnet-releaser/blob/main/doc/readme.md#211-changelog
  2. https://github.com/xoofx/dotnet-releaser/blob/main/doc/changelog_user_guide.md

I'm sorry, I'm a noob

demiddima commented 1 year ago

I wrote in the toml file:

[changelog] publish = true path = "./changelog.md"

But I get an error in Action: Unable to find version 9999.0.0 from changelog.md.

I don't know how to do it correctly