Ver Fonte

Fix commit msg in version bump script

Neeraj Gupta há 2 anos atrás
pai
commit
10201da4f7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/bump_version.sh

+ 1 - 1
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