shipshapecode / ember-cli-release

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

Using without ember-cli #7

Closed knownasilya closed 8 years ago

knownasilya commented 9 years ago

This looks like a useful module even for non-ember-cli projects. Would be nice to pull out the core features into a regular npm module, with a bin (which could be used here, and this would be a lightweight wrapper).

elwayman02 commented 8 years ago

@knownasilya https://github.com/semantic-release/semantic-release

elwayman02 commented 8 years ago

@slindberg do you think there's any merit to leveraging semantic-release inside ember-cli-release instead of the implementation we have today? Seems like semantic-release has a ton of useful features.

knownasilya commented 8 years ago

Thanks @elwayman02

oskarrough commented 8 years ago

Semantic release is quite different as it relies on using keywords in commit messages. Release It! is more in line with how ember-cli-release currently works.

slindberg commented 8 years ago

Closing since there are other tools out there that do a similar job, and maintaining a separate package for core functionality is not exactly something I'm excited about doing.