serilog-contrib / Serilog-Sinks-Discord

Serilog discord sink
17 stars 11 forks source link

tag release versions #8

Closed Felk closed 2 years ago

Felk commented 3 years ago

Unfortunately the repository does not have any tags, which makes it difficult to know what release version on nuget corresponds to which commit. Dependabot also isn't able to give any more information on what changed beyond "see full diff in compare view": https://github.com/TwitchPlaysPokemon/tpp-core/pull/283

AblEdge commented 2 years ago

Hi @Felk , sorry for delay, could you please tell how know the mapping between releases and commits helps you?

Felk commented 2 years ago

Hey @AblEdge, sure,

some people might not care, but I am always reluctant to "just" update dependencies if I am unable to figure out what changed. Having git tags and being able to diff them is the next best thing if there are no hand-written changelogs available.

AblEdge commented 2 years ago

Ok then, thanks for your feedback🎯, I try to handle that in future releases.