Skip to content

Commit

Permalink
ci: bump version on i6-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Oct 12, 2024
1 parent 43015de commit 5905636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ bump_version () {
# update the Cargo.toml version of the workspaces
msg="# prepare_release.sh"

sed "s/^version = .* $msg$/version = \"${1#v}\" $msg/" -i i6/Cargo.toml
sed "s/^version = .* $msg$/version = \"${1#v}\" $msg/" -i i6-pack/Cargo.toml
sed "s/^version = .* $msg$/version = \"${1#v}\" $msg/" -i i6-shell/Cargo.toml
sed "s/^version = .* $msg$/version = \"${1#v}\" $msg/" -i i6/Cargo.toml

cargo check
}
Expand Down

0 comments on commit 5905636

Please sign in to comment.