Deployed 71d1b10 with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2024-10-08 22:13:44 +00:00
parent 99b112a1e9
commit a9ab7ea151
2 changed files with 11 additions and 9 deletions

View File

@@ -587,14 +587,16 @@
<div class="md-content" data-md-component="content"> <div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset"> <article class="md-content__inner md-typeset">
<h1 id="release-procedure"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.</span> Release Procedure</h1> <h1 id="release-procedure"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.</span> Release Procedure</h1>
<p>Follow these steps to create a release: <p>Follow these steps to create a release:</p>
1. Document all relevant changes in the <a href="https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md">Changelog</a> in the <code>main</code> branch. <ol>
To get a list of commits, you can call <code>git log --oneline</code> or check <a href="https://github.com/jomjol/AI-on-the-edge-device-docs/commits/main/">commits/main/</a>. Summarize the relevant changes since the last release. <li>Document all relevant changes in the <a href="https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/Changelog.md">Changelog</a> in the <code>main</code> branch.
1. Wait for the GitHub action to run successfully. To get a list of commits, you can call <code>git log --oneline</code> or check <a href="https://github.com/jomjol/AI-on-the-edge-device-docs/commits/main/">commits/main/</a>. Summarize the relevant changes since the last release.</li>
1. Test it to see if everything worsk as expected. <li>Wait for the GitHub action to run successfully.</li>
1. Update the contributors list in the <a href="https://github.com/jomjol/AI-on-the-edge-device7README.md">README.md</a> by triggering the <a href="https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/manual-update-contributors-list.yaml">Manually update contributors list</a> action. <li>Test it to see if everything worsk as expected.</li>
1. Go to <a href="https://github.com/jomjol/AI-on-the-edge-device/releases/new">releases/new</a> to create a new release. <li>Update the contributors list in the <a href="https://github.com/jomjol/AI-on-the-edge-device7README.md">README.md</a> by triggering the <a href="https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/manual-update-contributors-list.yaml">Manually update contributors list</a> action.</li>
Fill in a new tag and select "Create new tag: xxx on publish".</p> <li>Go to <a href="https://github.com/jomjol/AI-on-the-edge-device/releases/new">releases/new</a> to create a new release.
Fill in a new tag and select "Create new tag: xxx on publish".</li>
</ol>
<p>A tag should have the format x.y.z.</p> <p>A tag should have the format x.y.z.</p>
<p>It is suggested to first select "Set as a pre-release" at the bottom. <br/> <p>It is suggested to first select "Set as a pre-release" at the bottom. <br/>
1. Wait for the GitHub-Action of release creation. After all is done: 1. Wait for the GitHub-Action of release creation. After all is done:

File diff suppressed because one or more lines are too long