We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2e5da commit f01ea24Copy full SHA for f01ea24
scripts/publish_prod.sh
@@ -93,4 +93,5 @@ git push origin "refs/tags/v$LAYER_VERSION"
93
94
echo
95
echo "Now create a new release with the tag v${LAYER_VERSION} created"
96
-echo "https://github.com/DataDog/datadog-lambda-python/releases/new?tag=v$LAYER_VERSION&title=v$LAYER_VERSION"
+echo "https://github.com/DataDog/datadog-lambda-python/releases/new?tag=v$LAYER_VERSION&title=v$LAYER_VERSION"
97
+echo "Also, remember to update ${HOME}/go/src/github.com/datadog/documentation/layouts/shortcodes/latest-lambda-layer-version.html"
0 commit comments