Fix commit msg in version bump script

This commit is contained in:
Neeraj Gupta 2023-05-26 13:12:54 +05:30
parent f5cb6574f0
commit 10201da4f7

View file

@ -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