Skip to content

Commit f01ea24

Browse files
authored
Add reminder to update layer versions in the docs (#156)
1 parent 1b2e5da commit f01ea24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publish_prod.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ git push origin "refs/tags/v$LAYER_VERSION"
9393

9494
echo
9595
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"
96+
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

Comments
 (0)