shipshapecode / ember-cli-release

Ember CLI addon for versioned release management
MIT License
90 stars 18 forks source link

Publishing with --prerelease should create the appropriate tag #57

Open offirgolan opened 8 years ago

offirgolan commented 8 years ago
ember release --prerelease beta

This should publish to npm with a beta tag

npm publish --tag beta