ember-cli-release
ember-cli-release copied to clipboard
Ember CLI addon for versioned release management
Is there a way to skip CircleCI build with the [`[ci skip]` tag from CircleCI](https://circleci.com/docs/2.0/skip-build/#skipping-a-build)? That could be an option we pass to `ember release`?
🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...
This is a big can of worms to open up, but there are a bunch of security issues in this project's dependencies (mostly `mocha` and `ember-cli`). Unfortunately, upgrading `ember-cli` to...
This the last big PITA left in the release process (for me personally). Changelogs are only as helpful as they are readable, which makes them difficult to auto-generate. Good changelog...
When I run an `ember release` command with arguments, I see this: ``` $ ember release --premajor alpha Successfully committed changes 'Released v0.1.0' locally. ? About to create tag 'v0.1.0'...
## Steps to reproduce Start a new project, `ember addon` command defaults the version number to `0.0.0`. Install `ember-cli-release` and run `ember release --premajor alpha`. ## Expected The readme says:...
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...
I think this issue can safely be closed as "not ember-cli-release's problem" if you are inclined, but I wanted to point it out since it bit me and might bite...
Could you please upgrade / loosen the [dependency on `npm` v3.5.x](https://github.com/lytics/ember-cli-release/blob/3ea88c52e575c52b901e08b0dd900926b759d0b0/package.json#L30)? I was having an awful time trying to figure out why I was having a build problem regarding redefinition...