using #11, we could add some function to test that
Changelog.parsefile(joinpath(pkgdir, "CHANGELOG.md"))
has a version with pkgversion(MyPkg) whose changes are non-empty, or something like that. It could check a couple names like NEWS, NEWS.md, CHANGELOG.md, etc.
This could be useful especially if AutoMerge learns to parse changelogs to satisfy the "breaking release notes" check, since you could be sure that you have a parseable changelog via CI.
using #11, we could add some function to test that
has a version with
pkgversion(MyPkg)whose changes are non-empty, or something like that. It could check a couple names likeNEWS,NEWS.md,CHANGELOG.md, etc.This could be useful especially if AutoMerge learns to parse changelogs to satisfy the "breaking release notes" check, since you could be sure that you have a parseable changelog via CI.