bin/prep-release in codeclimate-0.69.0 vs bin/prep-release in codeclimate-0.70.0

- old
+ new

@@ -24,10 +24,10 @@ git reset --hard origin/master git checkout -b "$branch" printf "%s\n" "$version" > VERSION -make Gemfile.lock +make image bundle git add VERSION Gemfile.lock git commit --message "Release v$version" git push origin "$branch" branch_head=$(git rev-parse --short "$branch")