VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Use github release #90

Open eric-burel opened 2 years ago

eric-burel commented 2 years ago

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 commented 2 years ago

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

ghiscoding commented 2 years ago

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