diff --git a/scripts/bump_version.sh b/scripts/bump_version.sh index f8de68a8f..32a1f0bf7 100755 --- a/scripts/bump_version.sh +++ b/scripts/bump_version.sh @@ -37,6 +37,6 @@ sed -i '' "s/$version_line/$new_version/" pubspec.yaml # Commit the version bump with new_version in the commit message git add pubspec.yaml -git commit -m "Bump version to $new_version" +git commit -m "Bump $new_version" gh pr create --fill -r ashilkn --base main \ No newline at end of file