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
commit 0450bd329635a683af6eeb8c92b993ec57bd5ee8 Author: Sean B. Palmer <[email protected]> AuthorDate: Tue Sep 9 18:30:55 2025 +0100 Fix some typos --- docs/test-user-flows.html | 4 ++-- docs/test-user-flows.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/test-user-flows.html b/docs/test-user-flows.html index 5b1af85..c0481da 100644 --- a/docs/test-user-flows.html +++ b/docs/test-user-flows.html @@ -1,7 +1,7 @@ <h1>Test user flows</h1> <p>To test the ATR, here are some example command line and GitHub user flows.</p> <h2>Command line</h2> -<p>To install the <code>atr</code> command, use the <a href="https://github.com/apache/tooling-releases-client/tree/main?tab=readme-ov-file#quick-start">the instructions in the client <code>README.md</code></a>, or simply use <code>uv run atr</code> instead of <code>atr</code>.</p> +<p>To install the <code>atr</code> command, use the <a href="https://github.com/apache/tooling-releases-client/tree/main?tab=readme-ov-file#quick-start">instructions in the client <code>README.md</code></a>, or simply use <code>uv run atr</code> instead of <code>atr</code>.</p> <p><a href="https://release-test.apache.org/tokens">Create a PAT</a> using the UI, then store the value in <code>atr</code> configuration.</p> <pre><code>atr set tokens.pat "$PAT_FROM_UI" </code></pre> @@ -38,7 +38,7 @@ atr announce tooling-test-example 0.1+demo 00003 -m [email protected] -s Subjec <h2>GitHub actions</h2> <p>We use <a href="https://github.com/apache/tooling-asf-example">the <code>tooling-asf-example</code></a> repository to check our GitHub actions.</p> <p>First, <a href="https://release-test.apache.org/">start a new release in the ATR web UI</a>.</p> -<p>You can then use the <a href="https://github.com/apache/tooling-asf-example/actions/workflows/build-and-rsync-to-atr.yaml"><code>build-and-rsync-to-atr.yaml</code></a> workflow to build Python wheel files an upload them to the ATR.</p> +<p>You can then use the <a href="https://github.com/apache/tooling-asf-example/actions/workflows/build-and-rsync-to-atr.yaml"><code>build-and-rsync-to-atr.yaml</code></a> workflow to build Python wheel files and upload them to the ATR.</p> <p>Then, start a vote in the ATR web UI. This cannot be linked here because the URL will depend on which project and version you use.</p> <p>Use the <a href="https://github.com/apache/tooling-asf-example/actions/workflows/resolve-vote-on-atr.yaml"><code>resolve-vote-on-atr.yaml</code></a> workflow to resolve the vote.</p> <p>Use the <a href="https://github.com/apache/tooling-asf-example/actions/workflows/record-distribution-on-atr.yaml"><code>record-distribution-on-atr.yaml</code></a> workflow to record an external distribution. The external distribution <em>must exist</em> on the distribution platform, because the ATR fetches real metadata.</p> diff --git a/docs/test-user-flows.md b/docs/test-user-flows.md index 32e6614..6e5b699 100644 --- a/docs/test-user-flows.md +++ b/docs/test-user-flows.md @@ -4,7 +4,7 @@ To test the ATR, here are some example command line and GitHub user flows. ## Command line -To install the `atr` command, use the [the instructions in the client `README.md`](https://github.com/apache/tooling-releases-client/tree/main?tab=readme-ov-file#quick-start), or simply use `uv run atr` instead of `atr`. +To install the `atr` command, use the [instructions in the client `README.md`](https://github.com/apache/tooling-releases-client/tree/main?tab=readme-ov-file#quick-start), or simply use `uv run atr` instead of `atr`. [Create a PAT](https://release-test.apache.org/tokens) using the UI, then store the value in `atr` configuration. @@ -60,7 +60,7 @@ We use [the `tooling-asf-example`](https://github.com/apache/tooling-asf-example First, [start a new release in the ATR web UI](https://release-test.apache.org/). -You can then use the [`build-and-rsync-to-atr.yaml`](https://github.com/apache/tooling-asf-example/actions/workflows/build-and-rsync-to-atr.yaml) workflow to build Python wheel files an upload them to the ATR. +You can then use the [`build-and-rsync-to-atr.yaml`](https://github.com/apache/tooling-asf-example/actions/workflows/build-and-rsync-to-atr.yaml) workflow to build Python wheel files and upload them to the ATR. Then, start a vote in the ATR web UI. This cannot be linked here because the URL will depend on which project and version you use. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
