JuliaRegistries / Registrator.jl

Julia package registration bot
https://julialang.org/packages
Other
210 stars 47 forks source link

WIP: Automatically look up release notes from repo if no release notes explicitly provided #416

Open IanButterworth opened 1 year ago

IanButterworth commented 1 year ago

Builds on #360

Tries to find release notes from a CHANGELOG/NEWS/HISTORY.md file.

The best strategy for parsing the changelog file isn't clear to me. I think it should be flexible enough to support most formats, but needs to not be tripped up by things like version numbers in the body text.

What this needs is something like https://www.npmjs.com/package/changelog-parser

cc. @GunnarFarneback