audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

CI: simplify changelog parsing #95

Closed hagenw closed 9 months ago

hagenw commented 9 months ago

Before we were replacing new line and other characters https://github.com/actions/create-release/issues/25#issuecomment-562687270. But as set-output is now deprecated we are no longer using it, the current approach leads to malformed changelog lists on the Github releases page.

This is an alternative implementation to https://github.com/audeering/audiofile/pull/134