Always set the project template's minimum-stability based on the current branch or tag
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3578975. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !847 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>To make it easier to spin up Drupal CMS, we should set a minimum-stability in the project template which is commensurate with the current branch or tag.</p> <p>This means we can offer consistent spin-up instructions: download the zip, extract it, run <code>ddev launch</code>. Done.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>In the <code>ddev tag</code> script, try to extract a stability from the tag. If we find one, set the project template's minimum-stability to that.</p>
issue