Deployed 354b99e with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-01-27 20:31:40 +00:00
parent 4610703c32
commit 828e0f6242
4 changed files with 41 additions and 37 deletions

View File

@@ -184,7 +184,11 @@
<ol>
<li>Merge<code>rolling</code> into <code>master</code> branch</li>
<li>Best to wait for the GitHub action to run successfully </li>
<li>On <code>master</code> branch tag the version like <code>v11.3.1</code> and don't forget to push it.</li>
<li>On <code>master</code> branch tag the version like <code>v11.3.1</code> and don't forget to push it:
<code>git checkout master
git pull
git tag v14.0.0
git push --tags</code></li>
<li>Wait for the GitHub-Action of release creation. After all is done:<ul>
<li>the release should be created</li>
<li>the artifacts are downloadable from release </li>