From 961e092807b9b64b5dc80e661095cbdfe1c40af5 Mon Sep 17 00:00:00 2001 From: shrutiburman <87537688+shrutiburman@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:57:16 +0530 Subject: [PATCH] fix: Update Makefile to test changelog genx Testing --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9192665431..957a10f576 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,5 @@ docker-push: docker push twilio/twilio-java:${GITHUB_TAG} docker push twilio/twilio-java:apidefs-${API_DEFINITIONS_SHA} docker push twilio/twilio-java:${CURRENT_TAG} + +