Skip to content

Commit

Permalink
Fix version-bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 6, 2024
1 parent 9a0bffa commit 86c866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ esc_new_minor_vers=${esc_new_vers%\\*}
sed -i "0,/$esc_old_minor_vers/{s/$esc_old_minor_vers/$esc_new_minor_vers/}" "$root/quick-start.md"

cd "$root/src"
pnpm run build
./build.sh
cd "$root"

# Set tmplog to the commit messages that have changes in the "gem" root path
Expand Down

0 comments on commit 86c866f

Please sign in to comment.