Skip to content

Commit 46c1a18

Browse files
committed
Merge pull request qltysh#258 from codeclimate/pb-prep-release
Fix compare link in release PR description
2 parents 8008389 + e7a6826 commit 46c1a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/prep-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if command -v hub > /dev/null 2>&1; then
3838
hub pull-request -F - <<EOF
3939
Release v$version
4040
41-
https://github.com/codeclimate/codeclimate/compare/$old_version...$branch_head
41+
https://github.com/codeclimate/codeclimate/compare/v$old_version...$branch_head
4242
EOF
4343
else
4444
echo "hub not installed? Please open the PR manually" >&2

0 commit comments

Comments
 (0)