-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 CHANGELOG.rst fails to render on github.com #7150
Comments
Sorry if this isn't the right way to report a bug with the repo itself. |
Thanks @willhughes-au for creating the issue. It's something that occurred recently since the CHANGELOG.rst exceeded a certain size. The team is aware of this and currently looking into solutions for addressing it. |
As a temporary workaround, you could either add "?plain=1" to the end like this: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst?plain=1 or use this link to the raw file: https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
When accessing the AWS CLI v2 CHANGELOG.rst - Github fails to render the page.
I believe this is because the file has grown over some limits from github.
Expected Behavior
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst should render correctly.
Current Behavior
Returns a Github Unicorn error after some period of time.
Reproduction Steps
Try to navigate to CHANGELOG.rst on Github. Direct link or the file browser (when v2 branch selected).
Possible Solution
Trim the file - move older entries to another file.
Additional Information/Context
No response
CLI version used
n/a
Environment details (OS name and version, etc.)
Browser
The text was updated successfully, but these errors were encountered: