FileOnQ / Imaging.Heif

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).
GNU Lesser General Public License v3.0
15 stars 4 forks source link

Automated Release Notes #32

Closed SkyeHoefling closed 2 years ago

SkyeHoefling commented 3 years ago

Description

Add automated release notes to be generated as part of the git release tag build from #31. Using github-release-notes we will add all merged pull requests and links to the release notes. At this point in time we aren't as organized with issues so we only care about merged pull requests

SkyeHoefling commented 2 years ago

This has been completed as part of https://github.com/FileOnQ/Imaging.Heif/compare/97770ece5694e7ce69d963eea629e69bc965eafa...7cbbf526c614b315c2df0a2fbb618e977060a72d

The main build will publish release notes a v* tag syntax. See #31 for more details on how to start the process. When a release completes it will automatically create the GitHub release and build a combination of gren tools and github tools. This generates a full set of completed issues, prs and contributors. The screenshot below is a sample from development.

The screenshot doesn't properly @ tag anyone as I turned it off for testing. When release notes are properly generated people will be tagged correctly github com_FileOnQ_Imaging Heif_releases (003)

SkyeHoefling commented 2 years ago

Closing issue, no need for formal PR as this work needed to be done against the main branch