Skip to content

Button to toggle Markdown rendering

You can now toggle between the source view and rendered Markdown view through the UI, by clicking the button to "Display the source blob" at the top of any Markdown file.

Display source blob

When a new tag is created, the push webhook payload will now always include a head_commit object that contains the data of the commit that the new tag points to. In other words, the head_commit object will always contain the commit data of the payload's after commit.

Previously, during tag creation, there were certain circumstances where the head_commit would contain the data of a different commit.

See more