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 41e64e4 + 0e130b9 commit 8fb098cCopy full SHA for 8fb098c
scripts/create-clog.sh
@@ -102,7 +102,7 @@ function update_manifest () {
102
function print_pr_info () {
103
branch="$(git branch --show-current)"
104
echo "tip: After comitting this branch visit"
105
- echo "https://github.com/cdr/docs/compare/master...${branch}?template=release-template.md"
+ echo "https://github.com/cdr/docs/compare/master...${branch}?template=release-template.md&expand=1"
106
echo "to open a PR using the release PR template"
107
}
108
0 commit comments