We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d19907 commit 73811f1Copy full SHA for 73811f1
release/release_gold.sh
@@ -77,7 +77,7 @@ function commit_to_branch_and_send_pull_request {
77
gh pr create \
78
--base "${4}" \
79
--body "Created by liferay-docker/release/release_gold.sh." \
80
- --head "${3}" \
+ --head "liferay-release:${3}" \
81
--repo "${5}" \
82
--title "${6}"
83
0 commit comments