lerna-changelog: Unable to get output to render

Hi -

I globally installed lerna-changelog:

image

I setup my config:

{
  "lerna": "2.0.0",
  "version": "0.7.0",
  "ignoreCommitters": false,
  "changelog": {
    "repo": "clearcapital/ccp",
    "labels": {
      "feature": ":rocket: New Feature",
      "bug": ":bug: Bug Fix"
    },
    "cacheDir": ".changelog"
  }
}

I verified that I am using correct labels for labels in my repo.

image

image

I created my GitHub API access token selecting the repo option as I have a private repo. I used that key to authenticate.

When I run lerna-changelog:

image

The cacheDir at my application root is created but nothing to ‘CopyPasta’ in the console. I feel like I am missing something really dumb here.

How do I get the output to copy into a changelog.md file?

Thanks!.

Jordan

About this issue

  • Original URL
  • State: open
  • Created 7 years ago
  • Reactions: 3
  • Comments: 15 (4 by maintainers)

Most upvoted comments

@jordanpapaleo I ended up switching to https://github.com/skywinder/github-changelog-generator… I really liked the style of this changelog but with the stack of issues, a PR on definite hold and 4 months since the last code change it’s starting to feel like this repo/package has stagnated (at least for the time being).