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 75eccc3 commit ce534c1Copy full SHA for ce534c1
scripts/publish_prod.sh
@@ -86,7 +86,6 @@ echo "Publishing to https://pypi.org/project/datadog-lambda/"
86
87
echo
88
echo 'Publishing updates to github'
89
-git commit ./datadog_lambda/__init__.py -m "Update module version to ${NEW_VERSION}"
90
git push origin main
91
git tag "v$LAYER_VERSION"
92
git push origin "refs/tags/v$LAYER_VERSION"
0 commit comments