mirror of https://github.com/renovatebot/renovate
12 lines
516 B
HTML
12 lines
516 B
HTML
<!-- This file has the content for our announcement bar. -->
|
|
<!-- https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#announcement-bar -->
|
|
<!-- https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
|
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<p>
|
|
We released Renovate <code>v38</code>. Read the <a href="https://docs.renovatebot.com/release-notes-for-major-versions/">Release notes for major versions of Renovate</a> to learn what's changed.
|
|
</p>
|
|
{% endblock %}
|