File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3030 # Update version in llama-cpp-2 Cargo.toml
3131 sed -i "s/^version = \".*\"/version = \"$NEXT_VERSION\"/g" llama-cpp-2/Cargo.toml
3232 sed -i "s/^\(llama-cpp-sys-2 = { path = \"\.\.\/llama-cpp-sys-2\", version = \)\"$CURRENT_VERSION\"/\1\"$NEXT_VERSION\"/" llama-cpp-2/Cargo.toml
33+ sed -i "s/^\(llama-cpp-2 = { path = \"\.\.\/llama-cpp-2\", version = \)\"$CURRENT_VERSION\"/\1\"$NEXT_VERSION\"/" simple/Cargo.toml
34+ sed -i "s/^\(llama-cpp-2 = { version = \)\"$CURRENT_VERSION\"/\1\"$NEXT_VERSION\"/" Cargo.toml
3335 # Commit the changes
3436 git config --global user.email "[email protected] " 3537 git config --global user.name "GitHub Actions"
3941 git checkout -b version-bump-$NEXT_VERSION
4042 # Push the changes and create a pull request
4143 git push origin version-bump-$NEXT_VERSION --force
42- gh pr create --base main --head version-bump-$NEXT_VERSION --title "Bump version to $NEXT_VERSION" --fill
44+ gh pr create --base main --head version-bump-$NEXT_VERSION --title "Bumped version to $NEXT_VERSION" --fill
You can’t perform that action at this time.
0 commit comments