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

Use GitHub Action for Release Notes #92

Open SkyeHoefling opened 2 years ago

SkyeHoefling commented 2 years ago

Description

@kenny-sellers built https://github.com/FileOnQ/action-release-notes which this project needs to start using for release notes.

SkyeHoefling commented 2 years ago

Right now our release process is broken and I am not sure if the github action will fix it. When we released 1.0.1 our release notes broke as it wasn't processing the incremental release from 1.0.0 to 1.0.1. It was stopping at 1.0.0 and trying to overwrite it. @kenny-sellers do you know if the action you built works in this scenario?