Open
Description
I'd like to post the following instructions on the /download page on Drupal.org:
composer create-project drupal-composer/drupal-project --stability dev --no-interaction
However, I'd prefer that it require a stable tag for drupal-project rather than asking users to rely on a dev dependency. It seems to be setting a bad example.
Would you be willing to begin cutting tags for drupal-project?