From 569f5c9c57cb8736e9a7b9ea03587d05a3dfe681 Mon Sep 17 00:00:00 2001 From: "chris.agocs" Date: Mon, 26 Jul 2021 13:37:54 -0400 Subject: [PATCH] Add reminder to update layer versions in the docs --- scripts/publish_prod.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish_prod.sh b/scripts/publish_prod.sh index 33c688a1..23a25fe2 100755 --- a/scripts/publish_prod.sh +++ b/scripts/publish_prod.sh @@ -93,4 +93,5 @@ git push origin "refs/tags/v$LAYER_VERSION" echo echo "Now create a new release with the tag v${LAYER_VERSION} created" -echo "https://github.com/DataDog/datadog-lambda-python/releases/new?tag=v$LAYER_VERSION&title=v$LAYER_VERSION" \ No newline at end of file +echo "https://github.com/DataDog/datadog-lambda-python/releases/new?tag=v$LAYER_VERSION&title=v$LAYER_VERSION" +echo "Also, remember to update ${HOME}/go/src/github.com/datadog/documentation/layouts/shortcodes/latest-lambda-layer-version.html"