vulcan-npm icon indicating copy to clipboard operation
vulcan-npm copied to clipboard

Use github release

Open eric-burel opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. GitHub release seems a cleaner way to document release than auto-changelog that we currently use. However, it doesn't seem to be automated. Describe the solution you'd like Automate github release creation, based on commits, exactly like auto-changelog does.

eric-burel avatar Nov 26 '21 10:11 eric-burel

Vercel now has a lib for this: https://github.com/vercel/release/

eric-burel avatar Mar 22 '22 10:03 eric-burel

Why not simply use Lerna-Lite, which you already installed, for this type of automation request, it's actually pretty good at it and all releases of Lerna-Lite do take advantage of automated GitHub Releases

ghiscoding avatar Jul 12 '22 18:07 ghiscoding