PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

Please tag releases and generate release notes

Open cz-dev-ge opened this issue 2 years ago • 4 comments

Hi there, thanks for your work. Would you mind tagging the commits that are used to publish new nugets with their release number and generate release notes from the commits since the last release? This way everyone can check easily if dependabot suggest to update.

Best regards, Georg

cz-dev-ge avatar Sep 28 '23 06:09 cz-dev-ge

Hi Georg, not exactly what you asked for, but each version of the nugget is tagged with the commit hash it was built from, and the "Release Notes" for it is set to the commit message.

Is that useful for you?

startnow65 avatar Sep 28 '23 08:09 startnow65

The hash is great. Thanks for that information. But it would be great to have actual release notes. Like just a list of all commit messages since the last release.

cz-dev-ge avatar Sep 28 '23 08:09 cz-dev-ge

Ok, so instead of just the message from the pull request's merge commit, we also add the messages of the individual commits in the pull request right?

I guess that should be doable

startnow65 avatar Sep 28 '23 08:09 startnow65

Yes. I think that's how most projects do it. We do it like that.

And we have a repository of pipeline helpers that do some of it for us if you're interested.

cz-dev-ge avatar Sep 28 '23 08:09 cz-dev-ge