You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the check from #586 allows you to mention a changelog or breaking change in the release notes passed to Registrator.jl. I think it would be good to allow you to skip passing anything to Registrator if you have a parseable changelog in a well-known location which contains release notes for the version being registered.
In JuliaDocs/Changelog.jl#11 I am adding changelog parsing to Changelog.jl, and in JuliaDocs/Changelog.jl#12 I propose adding a check there for users to use in CI. But AutoMerge could use the same check, and if there are release notes, to skip the requirement that they are passed to Registrator explicitly.
The text was updated successfully, but these errors were encountered:
Currently, the check from #586 allows you to mention a changelog or breaking change in the release notes passed to Registrator.jl. I think it would be good to allow you to skip passing anything to Registrator if you have a parseable changelog in a well-known location which contains release notes for the version being registered.
In JuliaDocs/Changelog.jl#11 I am adding changelog parsing to Changelog.jl, and in JuliaDocs/Changelog.jl#12 I propose adding a check there for users to use in CI. But AutoMerge could use the same check, and if there are release notes, to skip the requirement that they are passed to Registrator explicitly.
The text was updated successfully, but these errors were encountered: