ocean-ds / ocean-web

Blu's Design System for Web

Home Page:https://ocean-ds.github.io/ocean-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy packages through CircleCI

eltongarbin opened this issue · comments

Is your feature request related to a problem? Please describe.
Today, versioning and publishing are manual processes.

Describe the solution you'd like

  • Create an npm script to help with manual package versioning;
  • Pre-configure lerna version options in lerna.json;
  • Generates automatic changelogs when versioning;
  • Publish packages on CI;
  • Creates github release on CI;

Describe alternatives you've considered