github-changelog icon indicating copy to clipboard operation
github-changelog copied to clipboard

Create a simple changelog based on GitHub activity

Results 10 github-changelog issues
Sort by recently updated
recently updated
newest added

Is there a way we can config the API to fetch from a enterprise Github endpoint?

While following the example in the README, I am getting the following error: ``` error: unknown option `--token' ``` Please update README to include proper usage instructions, including how to...

Let’s get started with automated dependency management for github-changelog :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

An example of the template system would be awesome. I can't seem to figure it out, and with no template example, Im a bit lost.

I was trying this tool for generating changelog for a private repo. And the latest version gave me this error. ``` {"message":"Must specify two-factor authentication OTP code.","documentation_url":"https://developer.github.com/v3/auth#working-with-two-factor-authentication"} ```

Hi, If the pull-request is merged doing a squash, the Github API will return only one parent to the commit (https://github.com/tschaub/github-changelog/blob/master/github/helper/range/index.js#L22 / https://github.com/tschaub/github-changelog/blob/master/github/api.js#L206). Then this commit does not appear in...

When a commit is rebased, git create a new sha1, but github keep a reference to the old one (see `GET /repos/:owner/:repo/commits`). When starting github-changelog by using a rebased commit...

I am trying to run gh-changelog on my computer for a private repo, but getting the below error: {"message":"Not Found","documentation_url":"http://developer.github.com/v3"}

Instead of requiring `owner` and `repo`, defaults can be generated if the current directory is a git repo with an `origin` remote on GitHub.

enhancement

The `since` option is pretty limited. There should be an option to provide a range of dates or commits. E.g. ``` gh-changelog --between v0.2.0..v0.3.0 # ... ```

enhancement