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.
2 parents 8008389 + e7a6826 commit 46c1a18Copy full SHA for 46c1a18
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