aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

Fix new lines on rendered changelog #2107

Closed jamesls closed 5 months ago

jamesls commented 5 months ago

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).

jamesls commented 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)