From e418865dfae59f36c3464b52a5f6e21f1393c9c3 Mon Sep 17 00:00:00 2001 From: Will Winder Date: Thu, 19 Oct 2023 14:57:46 -0400 Subject: [PATCH] ci: Use parameterized version in conduit notice. --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index acff199cb..3b9d9f052 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -118,7 +118,7 @@ release: ![GitHub Logo](https://raw.githubusercontent.com/algorand/go-algorand/master/release/release-banner.jpg) ## Important - Indexer 3.1.0 uses Conduit for data loading. This is a change from the 2.x version, which managed data loading internally. See our [Using Conduit to Populate an Indexer Database](https://github.com/algorand/conduit/blob/master/docs/tutorials/IndexerWriter.md) tutorial for more information on how to use Conduit. + Indexer {{ .Tag }} uses Conduit for data loading. This is a change from the 2.x version, which managed data loading internally. See our [Using Conduit to Populate an Indexer Database](https://github.com/algorand/conduit/blob/master/docs/tutorials/IndexerWriter.md) tutorial for more information on how to use Conduit. footer: | **Full Changelog**: https://github.com/algorand/indexer/compare/{{ .PreviousTag }}...{{ .Tag }}