Skip to content

Commit d16c00e

Browse files
committed
deploy: 471ef6b
1 parent dd7a1b0 commit d16c00e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

print.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ <h3 id="create-an-asf-release"><a class="header" href="#create-an-asf-release">C
941941
<li>Create a new branch named by <code>release-${release_version}</code> from the tag</li>
942942
<li>Generate the release candidate artifacts under <code>dist</code>, including:
943943
<ul>
944-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz</code></li>
945-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz.asc</code></li>
946-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz.sha512</code></li>
944+
<li><code>apache-iceberg-rust-${release_version}.tar.gz</code></li>
945+
<li><code>apache-iceberg-rust-${release_version}.tar.gz.asc</code></li>
946+
<li><code>apache-iceberg-rust-${release_version}.tar.gz.sha512</code></li>
947947
</ul>
948948
</li>
949949
<li>Check the header of the source code. This step needs docker to run.</li>
@@ -956,9 +956,9 @@ <h3 id="create-an-asf-release"><a class="header" href="#create-an-asf-release">C
956956
<p>For example:</p>
957957
<pre><code class="language-shell">&gt; tree dist
958958
dist
959-
├── apache-iceberg-rust-0.2.0-src.tar.gz
960-
├── apache-iceberg-rust-0.2.0-src.tar.gz.asc
961-
└── apache-iceberg-rust-0.2.0-src.tar.gz.sha512
959+
├── apache-iceberg-rust-0.2.0.tar.gz
960+
├── apache-iceberg-rust-0.2.0.tar.gz.asc
961+
└── apache-iceberg-rust-0.2.0.tar.gz.sha512
962962
</code></pre>
963963
<h3 id="upload-artifacts-to-the-svn-dist-repo"><a class="header" href="#upload-artifacts-to-the-svn-dist-repo">Upload artifacts to the SVN dist repo</a></h3>
964964
<p>SVN is required for this step.</p>
@@ -1094,7 +1094,7 @@ <h3 id="validating-a-source-release"><a class="header" href="#validating-a-sourc
10941094
<p>Verify the <code>.asc</code> file:</p>
10951095
<pre><code class="language-bash">gpg --verify apache-iceberg-rust-*.tar.gz.asc
10961096
</code></pre>
1097-
<p>Expects: <code>&quot;apache-iceberg-rust-0.7.0-src.tar.gz: OK&quot;</code></p>
1097+
<p>Expects: <code>&quot;apache-iceberg-rust-0.7.0.tar.gz: OK&quot;</code></p>
10981098
</li>
10991099
<li>
11001100
<p>Verify the checksums: </p>

release.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ <h3 id="create-an-asf-release"><a class="header" href="#create-an-asf-release">C
297297
<li>Create a new branch named by <code>release-${release_version}</code> from the tag</li>
298298
<li>Generate the release candidate artifacts under <code>dist</code>, including:
299299
<ul>
300-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz</code></li>
301-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz.asc</code></li>
302-
<li><code>apache-iceberg-rust-${release_version}-src.tar.gz.sha512</code></li>
300+
<li><code>apache-iceberg-rust-${release_version}.tar.gz</code></li>
301+
<li><code>apache-iceberg-rust-${release_version}.tar.gz.asc</code></li>
302+
<li><code>apache-iceberg-rust-${release_version}.tar.gz.sha512</code></li>
303303
</ul>
304304
</li>
305305
<li>Check the header of the source code. This step needs docker to run.</li>
@@ -312,9 +312,9 @@ <h3 id="create-an-asf-release"><a class="header" href="#create-an-asf-release">C
312312
<p>For example:</p>
313313
<pre><code class="language-shell">&gt; tree dist
314314
dist
315-
├── apache-iceberg-rust-0.2.0-src.tar.gz
316-
├── apache-iceberg-rust-0.2.0-src.tar.gz.asc
317-
└── apache-iceberg-rust-0.2.0-src.tar.gz.sha512
315+
├── apache-iceberg-rust-0.2.0.tar.gz
316+
├── apache-iceberg-rust-0.2.0.tar.gz.asc
317+
└── apache-iceberg-rust-0.2.0.tar.gz.sha512
318318
</code></pre>
319319
<h3 id="upload-artifacts-to-the-svn-dist-repo"><a class="header" href="#upload-artifacts-to-the-svn-dist-repo">Upload artifacts to the SVN dist repo</a></h3>
320320
<p>SVN is required for this step.</p>
@@ -450,7 +450,7 @@ <h3 id="validating-a-source-release"><a class="header" href="#validating-a-sourc
450450
<p>Verify the <code>.asc</code> file:</p>
451451
<pre><code class="language-bash">gpg --verify apache-iceberg-rust-*.tar.gz.asc
452452
</code></pre>
453-
<p>Expects: <code>&quot;apache-iceberg-rust-0.7.0-src.tar.gz: OK&quot;</code></p>
453+
<p>Expects: <code>&quot;apache-iceberg-rust-0.7.0.tar.gz: OK&quot;</code></p>
454454
</li>
455455
<li>
456456
<p>Verify the checksums: </p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)