Fix commit msg in version bump script
This commit is contained in:
parent
f5cb6574f0
commit
10201da4f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue