Skip to content

Commit

Permalink
deploy: e6216a6
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed May 17, 2024
1 parent 55af338 commit 60f2e5e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions maintainers-guide/processes/release/prestashop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ <h2 id="process-overview">Process overview</h2>
<p><strong>Lock the theme version.</strong></p>
</li>
<li>
<p><strong>Make sure to trigger the release of the Upgrade module if necessary.</strong></p>
</li>
<li>
<p><strong>Perform manual verifications.</strong><br>
<em>To make sure that the project is ready to be built.</em></p>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/preliminary-tasks/" /><meta property="article:section" content="maintainers-guide" />

<meta property="article:modified_time" content="2024-02-01T10:06:03+01:00" />
<meta property="article:modified_time" content="2024-05-17T17:40:00+02:00" />



Expand Down Expand Up @@ -307,7 +307,8 @@
<li><a href="#2-make-sure-the-version-number-has-been-updated-in-the-core">2. Make sure the version number has been updated in the Core</a></li>
<li><a href="#3-make-sure-the-default-translation-catalogue-has-been-updated-and-pushed-to-crowdin">3. Make sure the default translation catalogue has been updated and pushed to Crowdin</a></li>
<li><a href="#4-lock-the-theme-version">4. Lock the theme version.</a></li>
<li><a href="#5-manual-verifications">5. Manual verifications</a></li>
<li><a href="#5-make-sure-to-trigger-the-release-of-the-upgrade-module-if-necessary">5. Make sure to trigger the release of the Upgrade module if necessary.</a></li>
<li><a href="#6-manual-verifications">6. Manual verifications</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -407,7 +408,15 @@ <h2 id="4-lock-the-theme-version">4. Lock the theme version.</h2>
<ul>
<li>Update <code>composer.lock</code> to target the new tag</li>
</ul>
<h2 id="5-manual-verifications">5. Manual verifications</h2>
<h2 id="5-make-sure-to-trigger-the-release-of-the-upgrade-module-if-necessary">5. Make sure to trigger the release of the Upgrade module if necessary.</h2>
<p>Some releases do need an update of the <a href="https://github.com/PrestaShop/autoupgrade/">Autoupgrade</a> module, some do not. For example if the MySQL schema of the database has been updated between two versions of PrestaShop, a schema update SQL script is needed, and it has to be to the <a href="https://github.com/PrestaShop/autoupgrade/tree/dev/upgrade/sql">list</a>.</p>
<p>Please verify whether or not this new version of PrestaShop requires</p>
<ul>
<li>to modify the source code of the Autoupgrade module</li>
<li>to publish a new version (using the up-to-date content of the source code) of the Autoupgrade module</li>
</ul>
<p>If yes, please follow <a href="/maintainers-guide/processes/release/autoupgrade/">the release process of the Autoupgrade module</a>.</p>
<h2 id="6-manual-verifications">6. Manual verifications</h2>
<p>Make sure that in the current branch:</p>
<ul>
<li>
Expand Down
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<lastmod>2023-01-06T10:55:58+01:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/preliminary-tasks/</loc>
<lastmod>2024-02-01T10:06:03+01:00</lastmod>
<lastmod>2024-05-17T17:40:00+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/security/</loc>
<lastmod>2024-05-16T09:23:50+02:00</lastmod>
Expand Down Expand Up @@ -104,7 +104,7 @@
<lastmod>2023-09-12T09:42:53+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/</loc>
<lastmod>2024-05-15T21:56:59+02:00</lastmod>
<lastmod>2024-05-17T17:40:00+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/reviewing-pull-requests/</loc>
<lastmod>2023-07-21T10:18:59+02:00</lastmod>
Expand Down

0 comments on commit 60f2e5e

Please sign in to comment.