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

Add changelog to github releases/others?

Open hzoo opened this issue 8 years ago • 4 comments

Curious to see if you can do that automatically as well

like in https://github.com/lerna/lerna-changelog/releases

hzoo avatar May 28 '16 11:05 hzoo

Looks like it should be possible: https://developer.github.com/v3/repos/releases/#create-a-release

Good idea!

gigabo avatar May 28 '16 14:05 gigabo

Any progress on this? I'd love to not have to manually add release notes to GitHub Releases

mattfelten avatar Aug 31 '18 01:08 mattfelten

@mattfelten I'm not aware of anyone working on this feature, but PRs are always welcome :)

Turbo87 avatar Aug 31 '18 06:08 Turbo87

FWIW, I use release-it to manage releases and created release-it-lerna-changelog to wrap the two together nicely (even made a quick npm init/yarn create lib to make setup a one liner over in create-rwjblue-release-it-setup).

I generally like using lerna-changelog as the "generator", and a separate release management tool for doing releases specifically...

rwjblue avatar Oct 15 '19 16:10 rwjblue