File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,7 @@ prod_release() {
212212 log_info " Uploading layers..."
213213 ./tools/publish_prod.sh " ${LAYER_VERSION} " " ${FORWARDER_VERSION} "
214214
215- log_info " Committing version number change..."
216- git add " settings.py" " template.yaml"
217- git commit --signoff --message " ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION} "
215+ log_info " Pushing version number change..."
218216 git push origin master
219217
220218 # Create a GitHub release
@@ -266,4 +264,5 @@ log_success "Forwarder release process complete!"
266264
267265if [[ ${ACCOUNT} == " prod" ]]; then
268266 log_info " Don't forget to add release notes in GitHub!"
267+ log_info " \thttps://github.com/DataDog/datadog-serverless-functions/releases"
269268fi
You can’t perform that action at this time.
0 commit comments