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 1b67127 commit ae76b33Copy full SHA for ae76b33
scripts/publish_prod.sh
@@ -86,6 +86,7 @@ echo "Publishing to https://pypi.org/project/datadog-lambda/"
86
87
echo
88
echo 'Publishing updates to github'
89
+git commit pyproject.toml -m "Bump 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