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-releases.git
The following commit(s) were added to refs/heads/main by this push:
new eb2f1db Don't suggest 'rc1' in the version field
eb2f1db is described below
commit eb2f1dbdf1a1bb4f3af733908e07ec6383df2a3f
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Oct 21 10:27:32 2025 +0200
Don't suggest 'rc1' in the version field
If I understand correctly, ATR is asking for the 'final' version here, and
not the RC version - right?
---
atr/routes/start.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/routes/start.py b/atr/routes/start.py
index d7b146a..8c9b080 100644
--- a/atr/routes/start.py
+++ b/atr/routes/start.py
@@ -34,7 +34,7 @@ class StartReleaseForm(forms.Typed):
project_name = forms.hidden()
version_name = forms.string(
"Version",
- placeholder="Examples: 1.2.3+rc1 or 2.5",
+ placeholder="Examples: 1.2.3 or 2.5-M1",
description="Enter the version string for this new release.",
)
submit = forms.submit("Start new release")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]