From bedeefbd503b4d4de3eaa17b1a072af607ada09a Mon Sep 17 00:00:00 2001 From: sanojsubran Date: Wed, 11 Sep 2024 11:06:59 +0200 Subject: [PATCH] fix: updated the wording of the PR title --- version_updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_updater.sh b/version_updater.sh index 7863dacf7..48763cf12 100755 --- a/version_updater.sh +++ b/version_updater.sh @@ -169,7 +169,7 @@ while IFS= read -r line; do # Create a PR request for the changes # shellcheck disable=SC2046 - gh pr create --title "currency: updating instrumentation $INSTRUMENTATION for new version $LATEST_VERSION. Id: $CURRENT_TIME_UNIX" \ + gh pr create --title "currency: updated instrumentation $INSTRUMENTATION for new version $LATEST_VERSION. Id: $CURRENT_TIME_UNIX" \ --body "This PR adds changes for the newer version $LATEST_VERSION for the instrumented package" --head $(git branch --show-current) # Back to working directry