Currently all Mage-OS releases get set to composer minimum stability stable, via the project composer template. We should modify the build script to check if the version tag being built includes a stability flag (RC, beta, alpha, dev), and override the minimum stability to that value if so.
This would allow composer create-project of unstable preview releases with one command.