ember-cli-release
ember-cli-release copied to clipboard
Take into account package-lock.json/support npm 5
The release command doesn't seem to take into account the package-lock.json introduced by npm 5. Running npm install after running ember release causes the package-lock.json to update with the newly released version. This should handled by the ember-cli-release in some way.