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"