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 47e8efe Document that alpha, beta, and milestone portions are allowed
in versions
47e8efe is described below
commit 47e8efe2e9d13992872f6456a0da9d4a5dfa972c
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Dec 3 16:29:53 2025 +0000
Document that alpha, beta, and milestone portions are allowed in versions
---
atr/get/start.py | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/atr/get/start.py b/atr/get/start.py
index 96cada9..0c8ec90 100644
--- a/atr/get/start.py
+++ b/atr/get/start.py
@@ -77,17 +77,16 @@ async def _render_page(project: sql.Project, releases:
list[sql.Release]) -> htm
"Your version number should look like ",
htpy.code["1.2"],
" or ",
- htpy.code["1.2.3"],
- """ etc. and should not include a release candidate, alpha, beta, or
- milestone portion. Whenever you modify your release files before
- starting a vote, ATR creates a new revision serial number like """,
+ htpy.code["1.2.3-M1"],
+ """ etc. and should not include a release candidate portion, but
+ may include an alpha, beta, or milestone portion. Whenever you modify
+ your release files before starting a vote, ATR creates a new revision
+ serial number like """,
htpy.code["00002"],
""" which you can then refer to in the vote announcement email. You
can also tag revisions, and either the revision serial number or the
tag can be used in the vote announcement email. The tag can e.g. be
set to """,
- htpy.code["M1"],
- " or ",
htpy.code["rc1"],
".",
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]