Browse Source

Fix commit msg in version bump script

Neeraj Gupta 2 years ago
parent
commit
10201da4f7
1 changed files with 1 additions and 1 deletions
  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
 # Commit the version bump with new_version in the commit message
 git add pubspec.yaml
 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
 gh pr create --fill -r ashilkn --base main