You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atr/templates/about.html
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,22 @@ <h1>About ATR</h1>
34
34
<h2>Release functionality</h2>
35
35
36
36
<p>
37
-
For Alpha v2, the ATR allows users to start votes by sending the vote initiation email to their own mailing lists. Announcements of finished releases, however, must still be performed manually using dist SVN as usual.
37
+
For Alpha v2, the ATR allows users to start votes by sending the vote initiation email to their own mailing lists. Announcements of finished releases, however, must still be performed manually using <ahref="https://dist.apache.org/repos/dist/release/"><code>svn:dist/release</code></a> as usual.
38
38
</p>
39
39
40
40
<h2>Release process</h2>
41
41
42
42
<p>
43
-
The following table compares the UI, CLI, and GitHub actions for each step in the release process. Variables <code>P</code>, <code>V</code>, and <code>R</code> represent the project, version, and revision of a release, respectively.
43
+
The following table compares <ahref="https://release-test.apache.org/tutorial">the UI</a>, <ahref="https://github.com/apache/tooling-releases-client"><code>atr</code>CLI</a>, and <ahref="https://github.com/apache/tooling-actions"><code>apache/tooling-actions/*</code>GitHub actions</a> for each step in the release process. Variables <code>P</code>, <code>V</code>, and <code>R</code> represent the project, version, and revision of a release, respectively.
0 commit comments