We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457f5dd commit e7a6826Copy full SHA for e7a6826
bin/prep-release
@@ -38,7 +38,7 @@ if command -v hub > /dev/null 2>&1; then
38
hub pull-request -F - <<EOF
39
Release v$version
40
41
-https://github.com/codeclimate/codeclimate/compare/$old_version...$branch_head
+https://github.com/codeclimate/codeclimate/compare/v$old_version...$branch_head
42
EOF
43
else
44
echo "hub not installed? Please open the PR manually" >&2
0 commit comments