diff --git a/pkg/promote/pr.go b/pkg/promote/pr.go index e086053..cc436d2 100644 --- a/pkg/promote/pr.go +++ b/pkg/promote/pr.go @@ -41,7 +41,7 @@ func (o *Options) PromoteViaPullRequest(envs []*jxcore.EnvironmentConfig, releas defer func() { o.PullRequestFilter = nil }() } - comment := fmt.Sprintf("chore: promote %s to version %s", app, versionName) + "\n\nthis commit will trigger a pipeline to [generate the actual kubernetes resources to perform the promotion](https://jenkins-x.io/docs/v3/about/how-it-works/#promotion) which will create a second commit on this Pull Request before it can merge" + comment := "this commit will trigger a pipeline to [generate the actual kubernetes resources to perform the promotion](https://jenkins-x.io/docs/v3/about/how-it-works/#promotion) which will create a second commit on this Pull Request before it can merge" if draftPR { labels = append(labels, "do-not-merge/hold")