Skip to content

Commit

Permalink
fix: updated the wording of the PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
sanojsubran committed Sep 11, 2024
1 parent df44eef commit bedeefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bedeefb

Please sign in to comment.