mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #82758 from tpepper/cherry_docs
reference cherry pick process in hack script
This commit is contained in:
		@@ -65,7 +65,9 @@ if [[ "$#" -lt 2 ]]; then
 | 
				
			|||||||
  echo "  This is useful when picking commits containing changes to API documentation."
 | 
					  echo "  This is useful when picking commits containing changes to API documentation."
 | 
				
			||||||
  echo
 | 
					  echo
 | 
				
			||||||
  echo "  Set UPSTREAM_REMOTE (default: upstream) and FORK_REMOTE (default: origin)"
 | 
					  echo "  Set UPSTREAM_REMOTE (default: upstream) and FORK_REMOTE (default: origin)"
 | 
				
			||||||
  echo " To override the default remote names to what you have locally."
 | 
					  echo "  to override the default remote names to what you have locally."
 | 
				
			||||||
 | 
					  echo
 | 
				
			||||||
 | 
					  echo "  For merge process info, see https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md"
 | 
				
			||||||
  exit 2
 | 
					  exit 2
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -151,6 +153,8 @@ Automated cherry pick of ${numandtitle}
 | 
				
			|||||||
Cherry pick of ${PULLSUBJ} on ${rel}.
 | 
					Cherry pick of ${PULLSUBJ} on ${rel}.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
${numandtitle}
 | 
					${numandtitle}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page.
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
 | 
					hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user