Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb0f603 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 12, 2024
1 parent f158857 commit 168f35d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Final-Release.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h3 id="on-the-release-branch"><a class="header" href="#on-the-release-branch">O
<li>
<p>Find the commit id and tag the release <strong>on the release branch</strong>:</p>
<pre><code class="language-bash">git tag --annotate --message=&quot;Release $NEWVER&quot; &quot;branch-off-$NEWVER&quot; &lt;COMMIT_ID&gt;
git push upstream $NEWVER
git push upstream &quot;branch-off-$NEWVER&quot;
</code></pre>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ <h3 id="on-the-release-branch-1"><a class="header" href="#on-the-release-branch-
<li>
<p>Find the commit id and tag the release <strong>on the release branch</strong>:</p>
<pre><code class="language-bash">git tag --annotate --message=&quot;Release $NEWVER&quot; &quot;branch-off-$NEWVER&quot; &lt;COMMIT_ID&gt;
git push upstream $NEWVER
git push upstream &quot;branch-off-$NEWVER&quot;
</code></pre>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 168f35d

Please sign in to comment.