ionide / KeepAChangelog

Parser and MSBuild Targets for using Keep-A-Changelog-formatted Changelogs in your Build
MIT License
30 stars 4 forks source link

Does it make sense to expose `allReleaseNotesFor` Ionide.KeepAChangelog ? #13

Closed MangelMaxime closed 2 years ago

MangelMaxime commented 2 years ago

Hello,

I am using Ionide.KeepAChangelog to parse a changelog in my release process and want to output the release notes inside the Github release text.

Right now, I copied the following code into my repository:

https://github.com/ionide/KeepAChangelog/blob/97b28d71060b5c19d3208e833ba6149d0781052b/src/Ionide.KeepAChangelog.Tasks/Library.fs#L20-L35

Because this is portion of the code doesn't have dependency on MSBuild, would it make sense to expose it from the Ionide.KeepAChangelog nuget? Like that people can access it easily if needed.

baronfel commented 2 years ago

I think that's a great idea 👍

TheAngryByrd commented 2 years ago

Definitely will help in miniscaffold!