Closed jamesls closed 5 months ago
Failure is because the switch to CHANGELOG.md
isn't merged yet so this is an expected failure:
Warning, treated as error:
/home/runner/work/chalice/chalice/docs/source/upgrading.rst:4:broken link: https://github.com/aws/chalice/blob/master/CHANGELOG.md (404 Client Error: Not Found for url: https://github.com/aws/chalice/blob/master/CHANGELOG.md)
This issue was introduced in the latest release (1.31.1) which pulled in the latest version of jmeslog which changed the default template being used. We now use an explicit template to control against this.
As part of this change I switched the template over to markdown. This lets all the recent changelog links to issues/PRs get properly linked (they weren't being rendered as links in restructured text).