From b44f3a8f41494ecb08880a1916a6af9d745d38d0 Mon Sep 17 00:00:00 2001
From: Chris Cranford
Date: Fri, 8 Sep 2023 19:51:41 -0400
Subject: [PATCH] DBZ-6850 Add snapshot links from releases page
---
_includes/release-version.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/_includes/release-version.html b/_includes/release-version.html
index 5552381406b..1e4cb9cc389 100644
--- a/_includes/release-version.html
+++ b/_includes/release-version.html
@@ -5,6 +5,9 @@
Documentation
What's new
Installation
+ {% if labelText == 'development' %}
+ Snapshot releases
+ {% endif %}
Releases in this series
@@ -85,6 +88,13 @@ Installation
most common ways in the
installation guide.
+{% if labelText == 'development' %}
+Snapshot releases
+
+ Snapshot builds of all Debezium artifacts are done on a periodic schedule several times throughout the day.
+ The documentation contains links to connector snapshots here and Debezium Server here.
+
+{% endif %}
Releases in this series
The following are all the releases/bugfixes within this series.
{%- assign sortedReleaseDetails = releaseDetails | sort -%}