ember-cli-release
ember-cli-release copied to clipboard
Bring `--prerelease` to config file
Most of the time I run release command with --prerelease. It would be nice if I could set prerelease: true in release.js, so that the command uses --prerelease by default, unless I specify --major, --minor or --patch.