This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new ef04ab7 Note that draft revision histories are deleted when a draft
is promoted
ef04ab7 is described below
commit ef04ab78123d1c3688d4e1678512f375df47e030
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Apr 10 16:31:17 2025 +0100
Note that draft revision histories are deleted when a draft is promoted
---
atr/templates/draft-promote.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/atr/templates/draft-promote.html b/atr/templates/draft-promote.html
index c7610b2..964a6c8 100644
--- a/atr/templates/draft-promote.html
+++ b/atr/templates/draft-promote.html
@@ -27,7 +27,7 @@
<h1>Promote candidate draft</h1>
<p>
- On this page you can promote any release candidate draft to a release
candidate. This will freeze the candidate draft into a candidate that can be
voted on.
+ On this page you can promote any release candidate draft to a release
candidate. This will freeze the candidate draft into a candidate that can be
voted on, and delete its revision history.
</p>
{% if candidate_drafts %}
@@ -80,7 +80,7 @@
{{ promote_form.confirm_promote(class="form-check-input",
id="confirm_promote_" + candidate_draft.name) }}
<label class="form-check-label"
for="confirm_promote_{{ candidate_draft.name }}">
- I understand this will freeze the candidate draft
+ I understand this will freeze the candidate draft and delete
its revision history
</label>
</div>
{% if promote_form.confirm_promote.errors %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]