ember-cli-changelog icon indicating copy to clipboard operation
ember-cli-changelog copied to clipboard

Changelog generation for ember-cli projects.

Results 11 ember-cli-changelog issues
Sort by recently updated
recently updated
newest added

Let’s get started with automated dependency management for ember-cli-changelog :muscle: ⚠️ Greenkeeper has found a `yarn.lock` file in this repository. Please use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure this gets updated as...

greenkeeper

🚨 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...

greenkeeper

For some reason, the changes are not reported as me, `rwwagner90`, but as `html-next` instead. Need to investigate this and how we deal with people versus orgs.

I attempted to create similar commit compare behavior to what the `github` API package provides for use locally so that any git installation could be supported from the initial release....

My `changelog.js` looks just like the [template](https://github.com/runspired/ember-cli-changelog/blob/21de29fda5f9610b90b15c88b4a11b5f528f60a6/blueprints/ember-cli-changelog/files/config/changelog.js) but I'm running into: > You MUST include 'project' in the options passed to compareCommits.It should be the path to the project's git...

This is more an open question than an issue but it appears that, according to [npm ignore rules](https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package), `config/changelog.js` file cannot be ignored. This is not big deal but it...

It would be nice to have a way to explicitly mark a PR or a commit as "meaningful for the log". For jQuery / angular style, I think this would...

I feel like there has to be some coordination between ember-cli-release and this changelog. It would be cool if ember-cli-release could actually create a github release. And then this could...