This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/cayenne-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 0af1ab9 Switching to a Git tag example 0af1ab9 is described below commit 0af1ab9ba5e912a908bc6581ac7052bcfe6ce016 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Dec 15 18:34:51 2021 +0300 Switching to a Git tag example --- dev/release-guide.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/release-guide.html b/dev/release-guide.html index 58361fc..9665708 100644 --- a/dev/release-guide.html +++ b/dev/release-guide.html @@ -158,7 +158,10 @@ be used by the people voting on Cayenne. It may look like this: <h2 id="releasing-downloadable-assemblies">Releasing Downloadable Assemblies</h2> <ul> -<li><p>Switch to the release tag created above.</p></li> +<li><p>Switch to the release tag created above.</p> + +<pre><code class="language-bash">git clone https://github.com/apache/cayenne.git --branch "XXX" --depth 1 +</code></pre></li> <li><p>Build source package (it will be the basis for the binary packages built in the next steps) :</p>